fei
2025-08-09 b12df65ef993f6af68cae2bbfe5f42567d5c1532
src/api/system/records.js
@@ -8,7 +8,14 @@
    params: query
  })
}
//查询当前最大")=
export function getMaxId()
{
  return request({
    url: '/system/records/getMaxId',
    method: 'get'
  })
}
// 查询档案记录详细
export function getRecords(id) {
  return request({