WXL (wul)
2025-11-07 d93ed5c5aadcf3d49f824339c26ebfac911be06d
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'
  })
}