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 }) }