# Conflicts:
#	frontend/src/api/system/dictData.ts
#	frontend/src/views/authority/role/components/rolePopup.vue
This commit is contained in:
GYYM
2024-10-31 09:10:59 +08:00
24 changed files with 863 additions and 601 deletions

View File

@@ -191,7 +191,7 @@ const openDrawer = (title: string, row: Partial<Role.RoleBO> = {}) => {
openType = 'add'
else if (title === '编辑角色')
openType = 'edit'
rolePopupVisible.value = true
rolePopupTitle.value = title
@@ -204,6 +204,7 @@ const openDrawer = (title: string, row: Partial<Role.RoleBO> = {}) => {
}
rolePopupData.value = safeRow
} else if (title === '设置权限') {
permissionUnitVisible.value = true
permissionUnitTitle.value = title