mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	update:修复角色管理打不开权限表单的问题
This commit is contained in:
		@@ -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)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/** 删除按钮操作 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user