src/pages/batt-list/history-page.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/batt-list/history-page.vue
@@ -759,7 +759,6 @@ record_time: this.searchTime.record_time, record_time1: this.searchTime.record_time1, }; console.log(searchParams); // 请求后台获取数据 this.$api.file.download(searchParams) .then(res=>{ @@ -803,7 +802,6 @@ .then(function(res){ res = JSON.parse(res.data.result); self.progress.value = Number(res.data.toFixed(0)); console.log(res.data); if(res.data<100 && self.progress.show) { setTimeout(self.getProgress, 50); }else {