董国庆
2025-06-26 dae39dea7e2874ebe2f17438949255ce8331ecef
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 })
}