From bff87e81567658c2a3e960d0b0b20f703201d49b Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 20 May 2022 16:08:22 +0800 Subject: [PATCH] =?UTF-8?q?der=E6=8F=90=E4=BA=A4=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../processForm/taskListProcess/index.vue | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 2bd386343..e979d8ff1 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -258,17 +258,22 @@ this.loading = true res.operatorTime = operatorTime if (this.$route.query.TaskKey == 'dreDispose') { - let dataSource = this.$refs.engineeringConfirmationRef.dataSource - let isTrue - for (let i = 0; i < dataSource.length; i++) { - if (dataSource[i].status == 'status' || !dataSource[i].status) { - - } - } - if (isTrue) { - this.dreSubmit(res) - } + this.dreSubmit(res) } else { + // let dataSource = this.$refs.engineeringConfirmationRef.dataSource + // let isTrue + // for (let i = 0; i < dataSource.length; i++) { + // if (dataSource[i].status == 'status' || !dataSource[i].status) { + // isTrue = true + // } else { + // isTrue = false + // this.$message.warning('') + // return + // } + // } + // if (isTrue) { + // + // } this.completeTask(res) } })