This commit is contained in:
parent
6eabb3a252
commit
d122c8e4fa
|
|
@ -0,0 +1,16 @@
|
||||||
|
import request from '@/utils/request'
|
||||||
|
|
||||||
|
/** 组织机构查询 */
|
||||||
|
export function fetchOrgList() {
|
||||||
|
return request({
|
||||||
|
url: '/system/sys/select/getOrgTree',
|
||||||
|
method: 'post'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
export function fetchRoleList() {
|
||||||
|
return request({
|
||||||
|
url: '/system/sys/select/getRoleLists',
|
||||||
|
method: 'post'
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue