1
李喆(开发组)
2025-08-11 9d5d3cacf6e5f70dca3f461123ee9a9466c96c79
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);
                });
            });
        },