From 92606a1a818d2016d9f8ddab45cc084de580d0b2 Mon Sep 17 00:00:00 2001
From: 13404089107 <puwei@sinata.cn>
Date: 星期一, 23 六月 2025 20:10:50 +0800
Subject: [PATCH] 修改bug

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

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js b/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
index 94071f6..2974c59 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/service.js
@@ -10,6 +10,10 @@
   return axios.post('/api/t-strain-report/add', { ...data })
 }
 
+export const update = (data) => {
+  return axios.post('/api/t-strain-report/update', { ...data })
+}
+
 export const getDetail = (data) => {
   return axios.get('/open/t-strain-report/detail', {params: {id: data}})
 }

--
Gitblit v1.7.1