diff --git a/src/views/product/add_shop.vue b/src/views/product/add_shop.vue index b42d0e5..f076ec5 100644 --- a/src/views/product/add_shop.vue +++ b/src/views/product/add_shop.vue @@ -743,7 +743,7 @@ export default { costPrice: undefined, originPrice: undefined, stockNumber: undefined, - firstShared: undefined, + firstShared: 0, barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`, isGrounding: 1, productId: this.$route.query.goods_id ? this.$route.query.goods_id : "",