From 718a13554dbb2f99e27adeb7b95edfc3096dacc5 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期四, 26 六月 2025 14:24:27 +0800 Subject: [PATCH] 删除打印和路由返回 --- laboratory/src/views/reportLibrary/feasibilityReport/service.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/laboratory/src/views/reportLibrary/feasibilityReport/service.js b/laboratory/src/views/reportLibrary/feasibilityReport/service.js index e07b93f..f481b8a 100644 --- a/laboratory/src/views/reportLibrary/feasibilityReport/service.js +++ b/laboratory/src/views/reportLibrary/feasibilityReport/service.js @@ -7,7 +7,6 @@ // 添加 export function addData(data) { - console.log('adwqedwqeqwe//////////////',data); return axios.post('/api/t-feasibility-study-report/add', { ...data }) } @@ -23,7 +22,6 @@ //审核 export function audit(data) { - console.log(data) return axios.post('/api/t-feasibility-study-report/auditReport', { ...data }) } -- Gitblit v1.7.1