|
@@ -1,6 +1,7 @@
|
|
|
|
|
|
import { errorCatcher, errorHandle, filter } from 'base-core-lib'
|
|
|
import { appRx } from '../defalutConfig/indexRx'
|
|
|
+// import { appRx1 } from '../defalutConfig/indexRx1'
|
|
|
import {
|
|
|
API_GET_CONTRACT_TENANT,
|
|
|
API_POST_ADD_CONTRACT_TENANT,
|
|
@@ -87,6 +88,7 @@ export const editInfo = appRx.post(API_POST_EDITINFO, errorCatcher, errorHandle,
|
|
|
export const getstaff = appRx.get(API_GET_STAFF, errorCatcher, errorHandle, filter)
|
|
|
//获取现货采购负责人
|
|
|
export const getstafffind = appRx.get(API_GET_STAFF_FIND, errorCatcher, errorHandle, filter)
|
|
|
+// export const getstafffind1 = (params) => appRx1.get(API_GET_STAFF_FIND,{params})
|
|
|
//获取所有人
|
|
|
export const getstaffall = appRx.get(API_GET_STAFF_ALL, errorCatcher, errorHandle, filter)
|
|
|
//运输任务-添加-根据仓库类型选库名
|