From ea7982b497b8ab53d0f971d6fca138b6e4b34ff0 Mon Sep 17 00:00:00 2001 From: VeGoPeng <5367142+vegopeng@user.noreply.gitee.com> Date: Tue, 30 Jul 2024 09:40:00 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/system/role/index.vue.=20has?= =?UTF-8?q?PermiAnd=E7=9A=84=E5=8F=82=E6=95=B0=E6=98=AF=E6=95=B0=E7=BB=84?= =?UTF-8?q?=EF=BC=8ChasPermi=E7=9A=84=E5=8F=82=E6=95=B0=E6=98=AF=E5=AD=97?= =?UTF-8?q?=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VeGoPeng <5367142+vegopeng@user.noreply.gitee.com> --- src/views/system/role/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index ce5160a..39fe8de 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -539,7 +539,7 @@ const router = useRouter() /** 分配用户操作 */ function handleAuthUser(row) { const roleId = row.roleId - var hasPermi = proxy.$auth.hasPermi(['system:role:authorize', 'system:roleusers:list']) + var hasPermi = proxy.$auth.hasPermiAnd(['system:role:authorize', 'system:roleusers:list']) if (hasPermi) { router.push({ path: '/system/roleusers', query: { roleId } }) } else { -- Gitee