695593266@qq.com 11 ماه پیش
والد
کامیت
4a501bd67c
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/views/produce/components/warehousing/index.vue

+ 3 - 1
src/views/produce/components/warehousing/index.vue

@@ -367,7 +367,7 @@
             value: '4'
           }
         ],
-        warehouseId: null,
+        warehouseId: "",
         inWarehouseType: null
       };
     },
@@ -666,6 +666,8 @@
             item.warehouseId = this.warehouseId;
           });
 
+          console.log(_arr, 'this._arr')
+
           let bol = true;
           bol = _arr.every((e, i) => {
             return e.warehouseId;