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

---
 culture/src/views/strainReportLibrary/reportLibraryOne/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOne/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOne/index.vue
index 56fb8c5..377052a 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOne/index.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOne/index.vue
@@ -241,8 +241,8 @@
         handleApprove(params) {
             approve({ ...params, status: params.statuss }).then(res => {
                 if (res.code === 200) {
-                    this.$message.success('审核成功')
                     this.showApproval = false
+                    this.$message.success('审核成功')
                     this.getLists()
                     if(params.statuss=='2'){
                         this.showEvaluate = true

--
Gitblit v1.7.1