From 32d659432b0e6627758faf39380fc569e56b9799 Mon Sep 17 00:00:00 2001
From: 李喆(开发组) <lzhe@yxqiche.com>
Date: 星期一, 11 八月 2025 16:26:48 +0800
Subject: [PATCH] 1

---
 src/views/flowmgr/programexport.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 0a20af5..6437a6f 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-06-20 20:48:17
  * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-08-11 14:55:07
+ * @LastEditTime: 2025-08-11 16:26:01
  * @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
 -->
 <template>
@@ -125,9 +125,7 @@
     },
     methods: {
         tabsClick(tab,event) {
-            console.log(this.activeName,'activeName')
-            console.log(tab,event);
-            this.onLoad(this.page, this.query);
+            //this.onLoad(this.page, this.query);
         },
         selectionChange(list) {
             this.selection = list;
@@ -215,6 +213,7 @@
                     console.log(res.headers['content-disposition'].split('filename=')[1]);
                     downloadFile(res.data, `${name}`);
                     NProgress.done();
+                    this.onLoad(this.page, this.query);
                 });
             });
         },

--
Gitblit v1.9.3