Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
fix role menu select
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed Feb 12, 2022
1 parent 550def3 commit b10b062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/views/demo/system/role/RoleDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<BasicTree
v-model:value="model[field]"
:treeData="treeData"
:fieldNames="{ title: 'menuName', key: 'id' }"
:fieldNames="{ title: 'menuName', key: 'contentItemId' }"
checkable
toolbar
title="菜单分配"
Expand Down

0 comments on commit b10b062

Please sign in to comment.