瀏覽代碼

fix bpmn bug

xyh123999 1 年之前
父節點
當前提交
269de7d74f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/workflow/formTaskProcessViewer.vue

+ 2 - 0
src/components/workflow/formTaskProcessViewer.vue

@@ -34,6 +34,7 @@ export default {
   },
   methods: {
     async getTaskHighlightData () {
+      this.finishedInfo = undefined;
       if (this.processInstanceId == null || this.processInstanceId === '') {
         return;
       }
@@ -49,6 +50,7 @@ export default {
       // }).catch(e => {});
     },
    async getTaskProcessXml () {
+    this.taskProcessXml = undefined;
       let params = {
         processDefinitionId: this.processDefinitionId
       }