From 316561116f2a5d22c8dfa48840ff27ac47fc12cf Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 2 Nov 2021 23:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=B7=BB=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/list/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {}) },