兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-20 34290d8cadf70dfbf8674a2bcfb64eef25537f86
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(() => {