修复:商品在移动端编辑后 丢失部分规格信息的问题

This commit is contained in:
wuhui_zzw 2024-04-22 08:55:48 +08:00
parent aac6de1849
commit 89abb85caa
2 changed files with 8 additions and 7 deletions

View File

@ -170,9 +170,7 @@ export default {
}, },
video_link: this.addGoodsSecoundData.video_link video_link: this.addGoodsSecoundData.video_link
}; };
postData.attrValue = attrValue.filter(item => item != ''); postData.attrValue = attrValue.filter(item => item != '');
if (getStorage('addGoodsFormData').spec_type == 0) { if (getStorage('addGoodsFormData').spec_type == 0) {
// postData.attr = [getStorage('singleSpecification')]; // postData.attr = [getStorage('singleSpecification')];
} }

View File

@ -33,7 +33,10 @@
volume: '', // volume: '', //
image: '', image: '',
extension_one: '', extension_one: '',
extension_two: '' extension_two: '',
svip_price: '',
copy_value_id: '',
copy_unique: '',
}, },
moreThanFlag: true, moreThanFlag: true,
formList: [ formList: [