fix: 🐛 商品编辑时无商品类型问题
parent
685ec5f679
commit
cddd94b9e5
|
@ -1197,7 +1197,7 @@ export default {
|
|||
|
||||
this.baseInfoForm.categoryPath = cateId.toString();
|
||||
}
|
||||
this.baseInfoForm.goodsType &&
|
||||
this.firstData.goodsType &&
|
||||
(this.baseInfoForm.goodsType = this.firstData.goodsType);
|
||||
},
|
||||
// 渲染sku数据
|
||||
|
|
Loading…
Reference in New Issue