gaoluyang
2025-05-12 1afd8c0963f8df0c280f8fc1787d8bc615a1a72f
src/api/system/role.js
@@ -109,3 +109,11 @@
    params: data
  })
}
// 根据角色ID查询部门树结构
export function deptTreeSelect(roleId) {
  return request({
    url: '/system/role/deptTree/' + roleId,
    method: 'get'
  })
}