From 41c7ebcd4c90f39c8398c7dca261ec568a35d912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Wed, 18 Sep 2024 09:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/manage/call-manage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/manage/call-manage.vue b/pages/manage/call-manage.vue index 3e4b0fb..87e1959 100644 --- a/pages/manage/call-manage.vue +++ b/pages/manage/call-manage.vue @@ -70,7 +70,7 @@ content: type === '1' ? '是否进行搬运物料任务?' : '是否进行补空托盘任务?', success: (res) => { if (res.confirm) { - this._callTask(code1, code2, type) + this._callTask(code1, code2, '3') } else if (res.cancel) { this.disabled = false }