From 0e4f2f1e441e3423bd77a9357e2f3cae9893b5f9 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期二, 24 六月 2025 09:52:03 +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 |    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