From 7058855cd22d4468257a502fb91ca8804c024daa Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 26 Aug 2024 15:33:52 +0800 Subject: [PATCH] bug --- pages/modules/carry-task.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/modules/carry-task.vue b/pages/modules/carry-task.vue index fa7c7a7..b661259 100644 --- a/pages/modules/carry-task.vue +++ b/pages/modules/carry-task.vue @@ -124,7 +124,7 @@ title: '提示', content: '确认终点无货状态', confirmColor: '#ff6a00', - success: function (res) { + success: (res) => { if (res.confirm) { this._taskCarry() } else if (res.cancel) {