传值
This commit is contained in:
@@ -107,7 +107,7 @@ export default {
|
||||
},
|
||||
async _callTask () {
|
||||
try {
|
||||
let res = await callTask(this.scodeArr)
|
||||
let res = await callTask(this.scodeArr, '1001')
|
||||
this.toast(res.desc)
|
||||
clearInterval(this.timer)
|
||||
this.timer = null
|
||||
|
||||
Reference in New Issue
Block a user