增加搜索条件
This commit is contained in:
@@ -79,6 +79,20 @@ export function exportLbPurchaseApply(params) {
|
||||
})
|
||||
}
|
||||
|
||||
/** 导出同事特权开通提醒 Excel */
|
||||
export function exportColleagueVip(params) {
|
||||
return request({
|
||||
url: '/lbPurchaseApply/exportColleagueVip',
|
||||
method: 'get',
|
||||
params: {
|
||||
applyDateStart: params.applyDateStart,
|
||||
applyDateEnd: params.applyDateEnd,
|
||||
tenantId: params.tenantId
|
||||
},
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
/** 按申请日期区间与租户同步同事 hxrd 用户 VIP(可能较慢,依赖外部管理端) */
|
||||
export function syncHxrAdminColleagueVip(params) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user