a
This commit is contained in:
@@ -143,3 +143,14 @@ export function validatePhone(rule: any, value: any, callback: any, isEdit: bool
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 根据角色代码获取用户列表
|
||||||
|
*/
|
||||||
|
export function getUserListByRole(obj: string) {
|
||||||
|
return request({
|
||||||
|
url: '/admin/user/info/roleuser/' + obj,
|
||||||
|
method: 'get'
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user