zhongtianhaoyuan 4 anni fa
parent
commit
aab7658a04
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/model/warehouse/index.js

+ 1 - 2
src/model/warehouse/index.js

@@ -24,8 +24,7 @@ import {
     API_GET_WAREHOUSE_NO,
     API_GET_STAFF,
     API_GET_GOODSNAME_XIALA,
-    API_GET_WAREHOUSE_LIST,
-
+    API_GET_WAREHOUSE_LIST
 } from '@/api/V2/warehouse'
 // 列表
 export const getList = appRx.get(API_GET_WAREHOUSE_BASEINFO, errorCatcher, errorHandle, filter)