Browse Source

仓库定义 type改成2

longfenglin 1 năm trước cách đây
mục cha
commit
ecc04b7afb

+ 1 - 1
src/views/warehouseManagement/warehouseDefinition/components/WarehouseEdit.vue

@@ -237,7 +237,7 @@ export default {
       // let data = org.factorys({ status: true });
       this.factoryList = res.list;
 
-      const res2 = await warehouseDefinition.getTreeByGroup({ type: 1 });
+      const res2 = await warehouseDefinition.getTreeByGroup({ type: 2 });
       this.inventoryTypeList = res2;
     },
     changeInventoryType(val) {