mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 00:45:54 +08:00
fix: 🐛 商品编辑时无商品类型问题
This commit is contained in:
@@ -1197,7 +1197,7 @@ export default {
|
|||||||
|
|
||||||
this.baseInfoForm.categoryPath = cateId.toString();
|
this.baseInfoForm.categoryPath = cateId.toString();
|
||||||
}
|
}
|
||||||
this.baseInfoForm.goodsType &&
|
this.firstData.goodsType &&
|
||||||
(this.baseInfoForm.goodsType = this.firstData.goodsType);
|
(this.baseInfoForm.goodsType = this.firstData.goodsType);
|
||||||
},
|
},
|
||||||
// 渲染sku数据
|
// 渲染sku数据
|
||||||
|
|||||||
Reference in New Issue
Block a user