From ba614829f008504d2316ba0916db8f3c9af0b563 Mon Sep 17 00:00:00 2001 From: zhiyong.zhou <zhiyong.zhou@highdatas.com> Date: 星期一, 04 三月 2024 15:07:05 +0800 Subject: [PATCH] 删除多余文件 提交 --- src/views/workspace/process/ProcessInstanceTabs.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/views/workspace/process/ProcessInstanceTabs.vue b/src/views/workspace/process/ProcessInstanceTabs.vue index 8502375..7a37b1b 100644 --- a/src/views/workspace/process/ProcessInstanceTabs.vue +++ b/src/views/workspace/process/ProcessInstanceTabs.vue @@ -17,7 +17,6 @@ return { loading: false, processInstanceId: "", - taskId: "", formData: {}, currentNode: {}, processInfo: "", @@ -51,6 +50,7 @@ "staffGroup":tempJson.board_id!=null?"":{"id":tempJson.rule_code,"name":tempJson.name}, } } + //鑺傜偣鏁扮粍鐨勫ぇ灏� 澶т簬褰撳墠寰幆鐨� 璇存槑杩樻湁瀛愰」 缁х画寰幆 if (data.length >index) { let getChildren = this.convertToTreeData(data, parent.children, index+1,parent.children.id) parent.children=getChildren @@ -60,15 +60,12 @@ getProcessInfo() { this.loading = true; let param = {"id": this.processInstanceId} - //let param = {"id": "74d84fb9188f4ce4b93e95f301ebbc1b"} - //鏍规嵁涓氬姟id鑾峰彇褰撳墠瀹℃壒娴佹楠� getWorkSetpsByBusinessId(param).then(rsp => { let workSetps=rsp.data.data console.log("workSetps", workSetps) if(workSetps.length>0){ let index=-1; let resultProcess; - debugger let noApprovalArr=workSetps.filter(item=>item.end_time===null); ////濡傛灉鎵�鏈夎妭鐐归兘娌″鎵� 閭d箞灏卞彇index_no=1鐨刬d涓哄綋鍓嶈繍琛岀殑鑺傜偣 if(noApprovalArr.length===workSetps.length){ @@ -149,7 +146,6 @@ }, beforeMount() { this.processInstanceId = this.$route.query.processInstanceId; - this.taskId = this.$route.query.taskId; }, mounted() { this.getProcessInfo(); -- Gitblit v1.8.0