diff --git a/src/views/projectFront/lifter/liveDataTable.vue b/src/views/projectFront/lifter/liveDataTable.vue index 8074b450..4d24d7b4 100644 --- a/src/views/projectFront/lifter/liveDataTable.vue +++ b/src/views/projectFront/lifter/liveDataTable.vue @@ -440,19 +440,12 @@ export default { this.selectLifterCurrentData() }, exportExcel(){ - console.log('点击this.valueTime',this.valueTime) - const loading = this.$loading({ - lock: true, - text: 'Loading', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); + // console.log('点击this.valueTime',this.valueTime) if(this.valueTime){ window.location.href = this.$http.defaults.baseURL + "xmgl/download/exporExcelTowerAlarm?projectSn=" + this.projectSn + "&devSn=" + this.devSn + "&startTime=" + this.valueTime[0] + "&endTime=" + this.valueTime[1]; - loading.close(); }else { window.location.href = this.$http.defaults.baseURL + diff --git a/src/views/projectFront/lifter/reportForm.vue b/src/views/projectFront/lifter/reportForm.vue index 7eb71cab..caa2e30f 100644 --- a/src/views/projectFront/lifter/reportForm.vue +++ b/src/views/projectFront/lifter/reportForm.vue @@ -13,7 +13,9 @@