gaoluyang
2025-05-26 f87e4eca384ed8c000f0edbdc3584059f6c9c6e2
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'
  })
}