xufenglei
2018-05-04 062df3fdc8a7309c23e3ec8add778a5982977647
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('开始时间为空或者所选区域没有监控站点数据!');
    }
  }
}