diff --git a/src/pages/user/list/index.vue b/src/pages/user/list/index.vue index 6646025..a228bde 100644 --- a/src/pages/user/list/index.vue +++ b/src/pages/user/list/index.vue @@ -306,7 +306,7 @@ export default { this.getData() }, getRole(){ - this.$get(`${this.api.listRole}?page=1&size=1000&name=`).then(res => { + this.$get(`${this.api.listRole}?page=1&size=1000&name=&platformId=${Setting.platformId}`).then(res => { this.roleList = res.rolePage.records }).catch(res => {}) },