fix: 🐛 商品编辑时无商品类型问题

This commit is contained in:
paulGao
2022-09-16 10:01:08 +08:00
parent 685ec5f679
commit cddd94b9e5

View File

@@ -1197,7 +1197,7 @@ export default {
this.baseInfoForm.categoryPath = cateId.toString();
}
this.baseInfoForm.goodsType &&
this.firstData.goodsType &&
(this.baseInfoForm.goodsType = this.firstData.goodsType);
},
// 渲染sku数据