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

master
paulGao 2022-09-16 10:01:08 +08:00
parent 685ec5f679
commit cddd94b9e5
1 changed files with 1 additions and 1 deletions

View File

@ -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