From 1a61525947d43fd7c8a6df637bf5c1c8f9cc37f3 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期四, 26 六月 2025 14:24:32 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 culture/src/views/strainReportLibrary/reportLibraryOne/service.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOne/service.js b/culture/src/views/strainReportLibrary/reportLibraryOne/service.js
index c0143ae..c850961 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOne/service.js
+++ b/culture/src/views/strainReportLibrary/reportLibraryOne/service.js
@@ -2,6 +2,8 @@
 
 // 列表
 export const getList = (data) => {
+  console.log('qweqweq',data);
+  
   return axios.post('/api/t-strain-report/pageListAll', { ...data })
 }
 
@@ -35,7 +37,7 @@
 
 //撤销审批
 export const revokeAudit = (data) => {
-  return axios.post('/api/t-strain-report/cancelReport', { ...data })
+  return axios.get('/open/t-strain-report/cancelReport', {params: {id: data.id}})
 }
 
 //查看评定详情

--
Gitblit v1.7.1