Quellcode durchsuchen

调整风机数据导出前端格式

xusl vor 6 Monaten
Ursprung
Commit
52e74cb3b6

+ 0 - 3
cpp-ui/src/views/stationDataQuery/windturbinestatusdata/index.vue

@@ -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(() => {