Browse Source

添加location

liujixin 3 months ago
parent
commit
4d6fe123a0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/oms/inventory/inventory/warehouseList.vue

+ 1 - 0
src/views/oms/inventory/inventory/warehouseList.vue

@@ -555,6 +555,7 @@ export default {
                   });
                   this.warehouseEditVisible = false;
                   this.getList();
+                  this.getLocations();
                 }
                 this.listLoading = false;
               });