From 9d754853b524dcfeff524cad92d869cbdf24b2b5 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期三, 13 八月 2025 17:17:46 +0800
Subject: [PATCH] 机床回传程序界面调整
---
src/views/flowmgr/programexport.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 0a20af5..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 14:55:07
+ * @LastEditTime: 2025-08-11 16:34:15
* @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
-->
<template>
@@ -125,8 +125,6 @@
},
methods: {
tabsClick(tab,event) {
- console.log(this.activeName,'activeName')
- console.log(tab,event);
this.onLoad(this.page, this.query);
},
selectionChange(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