feige
7 天以前 7a27d189379110ec1b9dcb356f73dcae66756ab0
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({