WXL (wul)
2026-02-03 5c16dcd9b65e4d04ad32c5e8bf6c1e02dcb19ad1
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'
  })
}