mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 10:18:11 +08:00
Merge pull request #2842 from dataease/pr@dev@perf_pom
perf(系统管理-用户管理): 用户批量导入
This commit is contained in:
@@ -13,11 +13,14 @@ export function execute(options) {
|
||||
return null
|
||||
}
|
||||
options.type = options.type || 'post'
|
||||
|
||||
return request({
|
||||
const param = {
|
||||
url: options.url,
|
||||
method: options.type,
|
||||
loading: true,
|
||||
data: options.data
|
||||
})
|
||||
}
|
||||
if (options.responseType) {
|
||||
param.responseType = options.responseType
|
||||
}
|
||||
return request(param)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user