From ccfaccc211c23c917202e8fc7f75650ca924db2a Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 8 Feb 2023 13:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=A0=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/project/CallManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/project/CallManage.vue b/src/pages/project/CallManage.vue index e50b0a5..6a88ea5 100644 --- a/src/pages/project/CallManage.vue +++ b/src/pages/project/CallManage.vue @@ -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