From eef002d8b0093cad961276c36b395cc6c7e563a6 Mon Sep 17 00:00:00 2001 From: lucius-chen <18210678732@139.com> Date: Sat, 2 Apr 2022 10:16:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E5=85=B3=E8=81=94=E8=B4=A6=E6=88=B7=E8=BE=83=E5=A4=9A=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E8=81=94=E8=B4=A6=E6=88=B7=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/system/role/RoleUsers.js | 2 +- spug_web/src/pages/system/role/index.module.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spug_web/src/pages/system/role/RoleUsers.js b/spug_web/src/pages/system/role/RoleUsers.js index 952f023..c2f88a3 100644 --- a/spug_web/src/pages/system/role/RoleUsers.js +++ b/spug_web/src/pages/system/role/RoleUsers.js @@ -12,7 +12,7 @@ import uStore from '../account/store'; export default observer(function (props) { const users = uStore.records.filter(x => x.role_ids.includes(props.id)) return ( -