浏览代码

修改bug

695593266@qq.com 1 年之前
父节点
当前提交
c502567543
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/produce/components/warehousing/index.vue

+ 4 - 0
src/views/produce/components/warehousing/index.vue

@@ -662,6 +662,10 @@
             }
           });
 
+          _arr.forEach((item) => {
+            item.warehouseId = this.warehouseId;
+          });
+
           let bol = true;
           bol = _arr.every((e, i) => {
             return e.warehouseId;