From 26b6950a2b4ea0e41f35c68319489a6292f2b2f3 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期二, 12 八月 2025 22:37:33 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/flowmgr/programexport.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 14dccd9..489da39 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 15:59:15
+ * @LastEditTime: 2025-08-11 16:34:15
* @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
-->
<template>
@@ -125,7 +125,7 @@
},
methods: {
tabsClick(tab,event) {
- //this.onLoad(this.page, this.query);
+ this.onLoad(this.page, this.query);
},
selectionChange(list) {
this.selection = list;
@@ -213,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