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) } })