From c3ccabfc59431aea657379c72c2e09c8e1b27d18 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期五, 12 九月 2025 15:24:42 +0800
Subject: [PATCH] 图片回显

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