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

---
 culture/src/views/strainReportLibrary/reportLibraryOneFour/add.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneFour/add.vue b/culture/src/views/strainReportLibrary/reportLibraryOneFour/add.vue
index d4ba9bd..4d11c02 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneFour/add.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneFour/add.vue
@@ -325,7 +325,7 @@
                 add(params).then(res => {
                     if (res.code == 200) {
                         this.$message.success('发送成功');
-                        this.$router.push('/strainReportLibrary/reportLibraryOne');
+                        this.$router.push('/strainReportLibrary/reportLibraryFour');
                     }
                 })
             });
@@ -353,7 +353,7 @@
                     add(params).then(res => {
                         if (res.code == 200) {
                             this.$message.success('保存成功');
-                            this.$router.push('/strainReportLibrary/reportLibraryOneFour');
+                            this.$router.push('/strainReportLibrary/reportLibraryFour');
                         }
                     })
                 } catch (e) {

--
Gitblit v1.7.1