소스 검색

fix:bug修改

lph 1 년 전
부모
커밋
236f35ce25
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ruoyi-ui/src/views/system/bpmnPro/components/Panel/components/ElementUnusualTasks.vue

+ 0 - 1
ruoyi-ui/src/views/system/bpmnPro/components/Panel/components/ElementUnusualTasks.vue

@@ -311,7 +311,6 @@ export default {
         // event: getDefaultEvent(getActive()),
         // type: "class",
       };
-      console.log(JSON.parse(JSON.stringify(TaskData)));
       TaskData && (this.newUnusualTask = JSON.parse(JSON.stringify(TaskData)));
       console.log(this.newUnusualTask);
       let { industryType, formType } = this.newUnusualTask;