From 776c124cbe17341d796bc00e7834a0e6066ad4f1 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:25:03 +0800
Subject: [PATCH] 删除打印和路由跳转

---
 laboratory/src/views/reportLibrary/verificationRelease/service.js |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/laboratory/src/views/reportLibrary/verificationRelease/service.js b/laboratory/src/views/reportLibrary/verificationRelease/service.js
index eecca79..f481b8a 100644
--- a/laboratory/src/views/reportLibrary/verificationRelease/service.js
+++ b/laboratory/src/views/reportLibrary/verificationRelease/service.js
@@ -2,13 +2,11 @@
 
 // 查询列表
 export function getDataList(data) {
-  console.log('data111111', data);
   return axios.post('/api/t-feasibility-study-report/pageList', { ...data })
 }
 
 // 添加
 export function addData(data) {
-  console.log('data', data);
   return axios.post('/api/t-feasibility-study-report/add', { ...data })
 }
 
@@ -24,7 +22,6 @@
 
 //审核
 export function audit(data) {
-  console.log(data)
   return axios.post('/api/t-feasibility-study-report/auditReport', { ...data })
 }
 

--
Gitblit v1.7.1