|
@@ -78,6 +78,7 @@ import {
|
|
|
API_POST_PURSPAPPLDETAIL_DELETEPART,
|
|
|
API_POST_UPLOAD,
|
|
|
API_POST_DELFILE,
|
|
|
+ API_GET_CONTRACT_TENANT
|
|
|
} from '@/api/V2/purchase'
|
|
|
export const fetchList = appRx.get(API_GET_SP_PAGE, errorCatcher, errorHandle, filter)
|
|
|
export const selectHistory = appRx.get(API_GET_SP_PUR_HISTORY, errorCatcher, errorHandle, filter)
|
|
@@ -157,3 +158,4 @@ export const getMailHostTypeListByTypeId = appRx.get(API_GET_MAIL_DETAIL, errorC
|
|
|
export const delApplTempOther = appRx.post(API_POST_PURSPAPPLDETAIL_DELETEPART, errorCatcher, errorHandle, filter)
|
|
|
export const upload = appRx.post(API_POST_UPLOAD, errorCatcher, errorHandle, filter)
|
|
|
export const delFile = appRx.post(API_POST_DELFILE, errorCatcher, errorHandle, filter)
|
|
|
+export const getList = appRx.get(API_GET_CONTRACT_TENANT, errorCatcher, errorHandle, filter)
|