der提交加参数
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user