From 13659b99e13178fe509f1b04d8bd0f855d7f756e Mon Sep 17 00:00:00 2001 From: lvjunzhao <967725@dms.yudean.com> Date: Sat, 8 Feb 2025 09:54:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=AD=89=E4=BF=9D=201.=204=E9=9D=9E?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E7=B1=BB=E7=9A=84=E9=85=8D=E7=BD=AE=E6=88=90?= =?UTF-8?q?null(NaN)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/components/RoleAuthModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/role/components/RoleAuthModal.vue b/src/views/system/role/components/RoleAuthModal.vue index b3fead1..1818896 100644 --- a/src/views/system/role/components/RoleAuthModal.vue +++ b/src/views/system/role/components/RoleAuthModal.vue @@ -301,7 +301,7 @@ await RoleSetAuth({ id: rowId.value, - type: typeKey.value, + type: typeKey.value == 4?NaN:typeKey.value, menuIds: menuKeys.value, buttonIds: btnKeys.value, columnIds: colKeys.value,