der提交加参数

This commit is contained in:
qq787203167
2022-05-20 16:08:22 +08:00
parent 7c8edc7c71
commit bff87e8156
@@ -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)
}
})