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