From 9cb1c3c39136c89974bc4049fca5e450e757b1be Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期五, 15 八月 2025 17:51:03 +0800 Subject: [PATCH] fix --- laboratory/src/views/reportLibrary/processDevelopment/service.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/reportLibrary/processDevelopment/service.js b/laboratory/src/views/reportLibrary/processDevelopment/service.js index 142ee2f..b8084b6 100644 --- a/laboratory/src/views/reportLibrary/processDevelopment/service.js +++ b/laboratory/src/views/reportLibrary/processDevelopment/service.js @@ -23,7 +23,6 @@ //审核 export function audit(data) { - console.log(data) return axios.post('/api/t-feasibility-study-report/auditReport', { ...data }) } -- Gitblit v1.7.1