龚焕茏
2024-07-31 cca7fa810f13f2a578070e5d93bd72084b0bf5bc
src/api/platform/report.js
@@ -35,6 +35,14 @@
  })
}
// 审核报备
export function auditing(id) {
  return request({
    url: '/report/auditing/record/' + id,
    method: 'get'
  })
}
// 删除报备
export function delReport(id) {
  return request({