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/reportLibraryOneThree/add.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue index 4333f01..9060276 100644 --- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue +++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/add.vue @@ -323,7 +323,7 @@ add(params).then(res => { if (res.code == 200) { this.$message.success('发送成功'); - this.$router.push('/strainReportLibrary/reportLibraryOneThree'); + this.$router.push('/strainReportLibrary/reportLibraryThree'); } }) }); -- Gitblit v1.7.1