una 2 ماه پیش
والد
کامیت
cd5d63a9c8
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      src/views/goods/create.vue

+ 4 - 2
src/views/goods/create.vue

@@ -1964,7 +1964,8 @@ export default {
       //     }
       //     }
       //   ];
       //   ];
       // } else {
       // } else {
-      this.products.forEach(pro => {
+             let proList=JSON.parse(JSON.stringify(this.products));
+      proList.forEach(pro => {
         var proItem = pro;
         var proItem = pro;
         proItem.productType = this.goods.productType;
         proItem.productType = this.goods.productType;
         proItem.timeRange = pro.timeRange.join(",");
         proItem.timeRange = pro.timeRange.join(",");
@@ -2045,7 +2046,8 @@ export default {
       //     }
       //     }
       //   ];
       //   ];
       // } else {
       // } else {
-      this.products.forEach(pro => {
+    let proList=JSON.parse(JSON.stringify(this.products));
+       proList.forEach(pro => {
         var proItem = pro;
         var proItem = pro;
         proItem.productType = this.goods.productType;
         proItem.productType = this.goods.productType;
         proItem.timeRange = pro.timeRange.join(",");
         proItem.timeRange = pro.timeRange.join(",");