1
李喆(开发组)
2025-08-11 32d659432b0e6627758faf39380fc569e56b9799
1
已修改1个文件
3 ■■■■ 文件已修改
src/views/flowmgr/programexport.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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:26:01
 * @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
-->
<template>
@@ -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);
                });
            });
        },