定点作业
This commit is contained in:
@@ -179,8 +179,12 @@ export default {
|
||||
this.disabled1 = false
|
||||
return
|
||||
}
|
||||
let val4 = this.active4 !== '' ? this.option4[this.active4].value : ''
|
||||
let val5 = this.active5 !== '' ? this.option5[this.active5].value : ''
|
||||
let val6 = this.active6 !== '' ? this.option6[this.active6].value : ''
|
||||
let val7 = this.active7 !== '' ? this.option7[this.active7].value : ''
|
||||
try {
|
||||
let res = await handTask(this.option1[this.active1].value, this.val4, this.scode, this.option4[this.active4].value, this.option5[this.active5].value, this.ecode, this.option6[this.active6].value, this.option7[this.active7].value)
|
||||
let res = await handTask(this.option1[this.active1].value, this.val4, this.scode, val4, val5, this.ecode, val6, val7)
|
||||
this.toast(res.desc)
|
||||
this.toCancle()
|
||||
this.disabled1 = false
|
||||
|
||||
Reference in New Issue
Block a user