whychdw
2020-07-23 c15ffe2dd2212eb14db9ef9524f7dcbcb57172fa
关闭打印
1个文件已修改
2 ■■■■■ 已修改文件
src/pages/batt-list/history-page.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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 {