完成 电能质量问题管理页面 修改 谐波普测管理页面
This commit is contained in:
@@ -146,3 +146,10 @@ export function existMonitorDeptTree() {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
// 获取用户
|
||||
export function getUserByRoleType(data:any) {
|
||||
return request({
|
||||
url: '/user-boot/user/getUserByRoleType?roleType=' + data,
|
||||
method: 'GET'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user