fengxiang
2018-05-28 b076f355b7b438b45e430cbd1c441ef5ff34b6fe
src/app/routes/reports/query/query.component.ts
@@ -333,7 +333,7 @@
         {label:"监控行业",value:DeviceDimension.PROFESSION}
     ];
     public get otherDimensions():{label: string,value: DeviceDimension}[] {
         return this.dimensions.filter(
         return  this.dimensions.filter(
             item => {
                 return item.value != this.dimensionItem.value;
             }