From 5f32b360c5cc299d5ce9a94b812b34703184f2d0 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期三, 12 三月 2025 16:02:09 +0800
Subject: [PATCH] 	modified:   src/api/business/reportPreparation.js 	modified:   src/views/business/reportPreparation/index.vue

---
 src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue b/src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue
index 4be9631..6f54578 100644
--- a/src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue
+++ b/src/views/CNAS/process/method/standardNoveltyRetrieval/index.vue
@@ -536,6 +536,7 @@
       this.outLoading = true
       exportMethodSearchNew(entity).then(res => {
         this.outLoading = false
+        this.ratifyDialog = true;
         const blob = new Blob([res], { type: 'application/octet-stream' });
         this.$download.saveAs(blob, '鏍囧噯鏌ユ柊瀵煎嚭.xlsx')
       })

--
Gitblit v1.9.3