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