소스 검색

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
       }