fengxiang
2018-07-06 309d1f9d649daa08bb9b068af014749f6d4a5bce
src/app/routes/reports/alarm/alarm.component.ts
@@ -43,7 +43,7 @@
  ];
  public dimensionOptions = [
    {value: 'sensor', label: '项目'},
    {value: 'monitorPoint', label: '监测点'}
    {value: 'monitorPoint', label: '监测站点'}
  ];
  isDisable = false;
  private treeClickStream: Subject<any> = new Subject<any>();
@@ -297,7 +297,7 @@
      });
    } else {
      this.msgSrv.error('没有监控点数据!');
      this.msgSrv.error('没有监控站点数据!');
    }
  }