Commit 2ee0f757 authored by 刘怀志's avatar 刘怀志

listAll接口修改

parent 38ee76e2
...@@ -95,7 +95,7 @@ export function changeRoleStatus(businessId, flag) { ...@@ -95,7 +95,7 @@ export function changeRoleStatus(businessId, flag) {
// 9.查询角色下拉 // 9.查询角色下拉
export function getListRole() { export function getListRole() {
return request({ return request({
url: 'system/role/listAll', url: 'system/role/listAllExcludeUnitRole',
method: 'get' method: 'get'
}) })
} }
...@@ -69,7 +69,7 @@ export function listUserWeb(query) { ...@@ -69,7 +69,7 @@ export function listUserWeb(query) {
// 5.查询用户列表 // 5.查询用户列表
export function getListUser() { export function getListUser() {
return request({ return request({
url: 'system/role/listAll', url: 'system/role/listAllExcludeUnitRole',
method: 'get' method: 'get'
}) })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment