@@ -169,9 +169,6 @@ export default {
this.$axios.get('/windturbinestatusdata/export', {
params: queryParams,
responseType: 'blob',// 用于解决中文乱码
- headers: {
- 'Content-Type': 'application/json'
- }
}).then(response => {
this.loading = false
}).catch(() => {