WXL
2025-01-21 1a090a490d8fc93224a0e3ad0fd7fe16c9fe63a8
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'
  })
}
@@ -49,4 +49,4 @@
    url: '/system/dept/remove/' + deptId,
    method: 'get'
  })
}
}