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