From c85d2427b749c5e7236f0474f9215e5936cdfa7c Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期三, 21 五月 2025 17:08:21 +0800 Subject: [PATCH] 原始检验记录 --- laboratory/src/views/reportLibrary/processDevelopment/service.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/laboratory/src/views/reportLibrary/processDevelopment/service.js b/laboratory/src/views/reportLibrary/processDevelopment/service.js index 1ec73ac..142ee2f 100644 --- a/laboratory/src/views/reportLibrary/processDevelopment/service.js +++ b/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 }) } -- Gitblit v1.7.1