fix: 🐛 商品编辑时无商品类型问题
This commit is contained in:
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…
x
Reference in New Issue
Block a user