From 24aeee30c23126a51539ef2aed86735573f8900e Mon Sep 17 00:00:00 2001 From: zwl <1051256694@qq.com> Date: 星期三, 30 七月 2025 13:20:22 +0800 Subject: [PATCH] 修复并板功能 --- pages/order/orderPickConfirm2.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/order/orderPickConfirm2.vue b/pages/order/orderPickConfirm2.vue index 354fd6f..d0208af 100644 --- a/pages/order/orderPickConfirm2.vue +++ b/pages/order/orderPickConfirm2.vue @@ -206,7 +206,7 @@ }) }, events: { - pickList: function(data) { + sMat: function(data) { for (let k of data.data) { let add = true if (_this.dataList.length == 0) { -- Gitblit v1.9.1