优化编辑商品
This commit is contained in:
@@ -420,8 +420,8 @@ export default {
|
|||||||
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
|
barCode: `${localStorage.getItem("shopId")}${dayjs().valueOf()}`,
|
||||||
isGrounding: 1,
|
isGrounding: 1,
|
||||||
productId: this.$route.query.goods_id,
|
productId: this.$route.query.goods_id,
|
||||||
shopId: localStorage.getItem("shopId")
|
shopId: localStorage.getItem("shopId"),
|
||||||
// suit: 1
|
suit: 0
|
||||||
},
|
},
|
||||||
tableAddShopIndex: null,
|
tableAddShopIndex: null,
|
||||||
isEditor: false,
|
isEditor: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user