Commit cc41c207 by puhui999

update:修复角色管理打不开权限表单的问题

parent 76c5c7c1
......@@ -204,7 +204,7 @@ const openForm = (type: string, id?: number) => {
/** 数据权限操作 */
const menuPermissionFormRef = ref()
const handleScope = async (type: string, row: RoleApi.RoleVO) => {
menuPermissionFormRef.value.openForm(type, row)
menuPermissionFormRef.value.openModal(type, row)
}
/** 删除按钮操作 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment