Skip to content

Commit cc41c20

Browse files
author
puhui999
committed
update:修复角色管理打不开权限表单的问题
1 parent 76c5c7c commit cc41c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/role/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const openForm = (type: string, id?: number) => {
204204
/** 数据权限操作 */
205205
const menuPermissionFormRef = ref()
206206
const handleScope = async (type: string, row: RoleApi.RoleVO) => {
207-
menuPermissionFormRef.value.openForm(type, row)
207+
menuPermissionFormRef.value.openModal(type, row)
208208
}
209209
210210
/** 删除按钮操作 */

0 commit comments

Comments
 (0)