| | |
| | | <!-- |
| | | * @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> |
| | |
| | | }, |
| | | methods: { |
| | | tabsClick(tab,event) { |
| | | //this.onLoad(this.page, this.query); |
| | | this.onLoad(this.page, this.query); |
| | | }, |
| | | selectionChange(list) { |
| | | this.selection = list; |
| | |
| | | console.log(res.headers['content-disposition'].split('filename=')[1]); |
| | | downloadFile(res.data, `${name}`); |
| | | NProgress.done(); |
| | | this.onLoad(this.page, this.query); |
| | | }); |
| | | }); |
| | | }, |