兰宝车间质量管理系统-前端
gssong
2024-05-17 b2e47f3938cfbd6cdf65db20aa9dcf381a17ce54
src/components/Process/approvalRecord.vue
@@ -62,7 +62,6 @@
const loading = ref(false);
const visible = ref(false);
const historyList = ref<Array<any>>([]);
const deleteReason = ref<string>('');
const tabActiveName = ref('bpmn');
const bpmnViewRef = ref<BpmnView>();
@@ -74,8 +73,7 @@
  tabActiveName.value = 'bpmn';
  historyList.value = [];
  processApi.getHistoryRecord(instanceId).then((resp) => {
    historyList.value = resp.data.historyRecordList;
    deleteReason.value = resp.data.deleteReason;
    historyList.value = resp.data;
    loading.value = false;
  });
  await nextTick(() => {