#I2SMFB 编辑拼团产品,删除商品后报错

This commit is contained in:
xuwenbo
2021-02-20 12:06:50 +08:00
parent a73efcc86d
commit 687717fa88

View File

@ -515,7 +515,7 @@ export default {
// 详情选择商品生成规格用
getInfoChooseGood (id) {
let that = this;
getInfo(id).then(async res => {
getInfo(id==null?0:id).then(async res => {
let data = res.productInfo;
if(data){
that.attrs = data.items || [];