From 68b080ca87281509c0658ff83c3a94162a1ef656 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期三, 21 五月 2025 10:47:41 +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