| | |
| | | <!-- |
| | | * @Date: 2024-06-23 21:32:05 |
| | | * @LastEditors: Sneed |
| | | * @LastEditTime: 2024-06-23 23:47:43 |
| | | * @LastEditors: lzhe lzhe@example.com |
| | | * @LastEditTime: 2024-12-18 15:17:16 |
| | | * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/basic-data/tpmComp2.vue |
| | | --> |
| | | <template> |
| | |
| | | exportData() { |
| | | this.$HTTP.post(`/api/smis/device-types/excel/export`, {}, { params: this.params }).then(res => { |
| | | if (res.success) { |
| | | window.open(res.data.link) |
| | | this.$TOOL.downFile(res.data.link,res.data.originalName); |
| | | } |
| | | }) |
| | | }, |