1
lzhe
2024-12-20 2b5e32409797633ded79422d1e6ccbd213c8d9c6
src/views/console/basic-data/tpmComp1.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-06-23 19:58:50
 * @LastEditors: Sneed
 * @LastEditTime: 2024-06-23 21:07:31
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-12-18 15:16:47
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/basic-data/tpmComp1.vue
-->
<template>
@@ -266,7 +266,7 @@
        exportData() {
            this.$HTTP.post(`/api/smis/check-project/excel/export`, {}, { params: this.params }).then(res => {
                if (res.success) {
                    window.open(res.data.link)
                    this.$TOOL.downFile(res.data.link,res.data.originalName);
                }
            })
        },