ソースを参照

修复规格清空问题

wzy 7 ヶ月 前
コミット
e2e78d8b2b
1 ファイル変更6 行追加1 行削除
  1. 6 1
      src/views/commodity/commoditySystem/addComponent.vue

+ 6 - 1
src/views/commodity/commoditySystem/addComponent.vue

@@ -467,6 +467,7 @@ export default {
     },
     addAttrValue(index) {
       // eslint-disable-next-line vue/no-mutating-props
+      console.log(this.form.skuAttrList[index])
       this.form.skuAttrList[index].values.push({
         skuId: '',
         valueCode: '',
@@ -550,7 +551,11 @@ export default {
         stockNumber: 0,
         voucherId: 0,
         voucherPrice: 0,
-        weight: 0
+        weight: 0,
+        manufacturerBasePrice:0,
+        manufacturerGuidePrice:0,
+        presenterVoucher:0,
+        sku:""
       }
       const doExchange = (arr, depth) => {
         const map = {