Parcourir la source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

gjy il y a 4 ans
Parent
commit
899a8b4d70
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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)