黄何裕
2024-07-30 1995e710dcf70e635c4edaa8173f8b66cd67d499
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({