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