导出招商催办的用户
This commit is contained in:
@@ -62,3 +62,15 @@ export function getLbDepartmentUserTree(params) {
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
/** 按租户ID与用户ID列表导出 Excel */
|
||||
export function exportLbDepartmentUsers(tenantId, userIds) {
|
||||
return request({
|
||||
url: '/lbDepartmentUser/exportUsers',
|
||||
method: 'post',
|
||||
params: { tenantId },
|
||||
data: userIds,
|
||||
responseType: 'blob',
|
||||
timeout: 120000
|
||||
})
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ export function syncLbOrderRowFromThird(data) {
|
||||
return request({
|
||||
url: '/lbOrderRow/sync-order-from-third',
|
||||
method: 'post',
|
||||
timeout: 2 * 60 * 1000,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user