695593266@qq.com hace 11 meses
padre
commit
4a501bd67c
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;