@@ -3090,7 +3090,7 @@ a {
// // pageSize: 99999
// pageSize: -1
// },
- this.http.post('/user/getUserListByRole', {},
+ this.http.post('/user/getSimpleActiveUserList', {},
res => {
if (res.code == "ok") {
this.users = res.data;