WXL (wul)
2025-11-22 3573a134c7c7d4d99f605420f9afb2f80e9b8967
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'
  })
}