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/reportLibraryOneThree/service.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js b/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
index 2974c59..e34f16b 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
@@ -35,7 +35,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