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" />