Procházet zdrojové kódy

Merge branch 'dev' of http://110.41.163.243:9980/kd-aiot/kd-aiot-frontend-wms into dev

yusheng před 1 rokem
rodič
revize
725f88fcf1

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