From 0a1af58fcd9060ba0dd3c96747d3c045b55fd8a7 Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 1 Aug 2024 15:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E8=BE=91=E5=95=86?= =?UTF-8?q?=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/add_shop.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index 5099238..6afa7ad 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -420,8 +420,8 @@ export default { barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`, isGrounding: 1, productId: this.$route.query.goods_id, - shopId: localStorage.getItem("shopId") - // suit: 1 + shopId: localStorage.getItem("shopId"), + suit: 0 }, tableAddShopIndex: null, isEditor: false,