diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index 723c2ef..7200994 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -424,8 +424,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,