From ab2037c8ca3faee2144cc9132b58ef5b308d36ef Mon Sep 17 00:00:00 2001 From: GYYM <704080176@qq.com> Date: Tue, 29 Oct 2024 18:48:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E4=B8=8B=E6=8B=89=E6=A1=86=E7=9A=84?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=B8=AD=E9=A1=B9=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/authority/role/components/rolePopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/authority/role/components/rolePopup.vue b/frontend/src/views/authority/role/components/rolePopup.vue index d03d33b..d7df66e 100644 --- a/frontend/src/views/authority/role/components/rolePopup.vue +++ b/frontend/src/views/authority/role/components/rolePopup.vue @@ -15,7 +15,7 @@ v-for="item in dictStore.getDictData('roleType')" :key="item.id" :label="item.label" - :value="item.id" + :value="item.code" />