WXL (wul)
2025-10-20 7bd7dcae93299c40b3fde4b08e3dc5a51a8d603f
src/api/system/dept.js
@@ -20,7 +20,7 @@
// 查询部门详细
export function getDept(deptId) {
  return request({
    url: '/system/dept/' + deptId,
    url: '/system/dept/getInfo/' + deptId,
    method: 'get'
  })
}