chenhj
2025-08-08 1f29e50d81c9168a9d5b4e90dbaebc2b6d4a47e3
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'
  })
}