mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-24 12:28:33 +08:00
紧急修复了一些bug
This commit is contained in:
@@ -29,25 +29,11 @@ export function adminInfo(pram) {
|
||||
})
|
||||
}
|
||||
|
||||
export function adminList(pram) {
|
||||
const data = {
|
||||
account: pram.account,
|
||||
addTime: pram.addTime,
|
||||
isDel: pram.isDel,
|
||||
lastIp: pram.lastIp,
|
||||
lastTime: pram.lastTime,
|
||||
level: pram.level,
|
||||
loginCount: pram.loginCount,
|
||||
page: pram.page,
|
||||
limit: pram.limit,
|
||||
realName: pram.realName,
|
||||
roles: pram.roles,
|
||||
status: pram.status
|
||||
}
|
||||
export function adminList(params) {
|
||||
return request({
|
||||
url: '/admin/system/admin/list',
|
||||
method: 'GET',
|
||||
params: data
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user