WXL
2025-01-08 c87c46af739fe4b06d9b68c41f423f58817a4596
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'
  })
}