fengxiang
2018-05-10 8815d4c3d666cbc96988087e9c21f9e1a9f64a06
src/app/routes/reports/excel/excel.component.ts
@@ -194,7 +194,7 @@
      }
      window.location.href = url + '_token=' + this.tokenService.get().token;
    } else {
      this.msgSrv.error('开始时间为空或者所选区域没有监控点数据!');
      this.msgSrv.error('开始时间为空或者所选区域没有监控站点数据!');
    }
  }
}