Преглед на файлове

仓库定义 type改成2

longfenglin преди 1 година
родител
ревизия
ecc04b7afb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/warehouseManagement/warehouseDefinition/components/WarehouseEdit.vue

+ 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) {