pyt
2025-07-01 be31adc8150e5b21008aa7d6212fc105fc425818
laboratory/src/views/reportLibrary/processDevelopment/service.js
@@ -7,6 +7,7 @@
// 添加
export function addData(data) {
  return axios.post('/api/t-feasibility-study-report/add', { ...data })
}
@@ -22,7 +23,6 @@
//审核
export function audit(data) {
  console.log(data)
  return axios.post('/api/t-feasibility-study-report/auditReport', { ...data })
}