微调下拉框,数据库字段
This commit is contained in:
@@ -197,7 +197,7 @@ const openDrawer = (title: string, row: Partial<Role.RoleBO> = {}) => {
|
||||
openType = 'add'
|
||||
else if (title === '编辑角色')
|
||||
openType = 'edit'
|
||||
|
||||
|
||||
rolePopupVisible.value = true
|
||||
rolePopupTitle.value = title
|
||||
|
||||
@@ -210,6 +210,7 @@ const openDrawer = (title: string, row: Partial<Role.RoleBO> = {}) => {
|
||||
}
|
||||
|
||||
rolePopupData.value = safeRow
|
||||
|
||||
} else if (title === '设置权限') {
|
||||
permissionUnitVisible.value = true
|
||||
permissionUnitTitle.value = title
|
||||
|
||||
Reference in New Issue
Block a user