fengxiang
2018-07-20 2193a124c96dee05ffaecdd5acb6b2acfc580366
src/app/routes/operation/operation.module.ts
@@ -27,8 +27,8 @@
import { NzTreeModule } from 'ng-tree-antd';
import { NgxEchartsModule } from 'ngx-echarts';
import { DeviceMaintenanceComponent } from './device-maintenance/device-maintenance.component';
const COMPONENTS_NOROUNT = [AdjustConfigComponent, DeviceEditComponent,
const COMPONENTS_NOROUNT = [];
const COMPONENTS_IMPORT = [AdjustConfigComponent, DeviceEditComponent,
  VersionEditComponent, MonitorPointEditComponent, 
  VersionSensorConfigComponent ];
@@ -63,6 +63,6 @@
  providers: [CoorPickerService, DeviceAdjustValueService, OrganizationService, VersionService, 
    SensorsService, AreacodeService, MonitorPointService,
    _HttpClient, FormBuilder, DeviceService, OperateUserService, ToolsService],
  entryComponents: [...COMPONENTS_NOROUNT,CoordinatesPickerComponent]
  entryComponents: [...COMPONENTS_NOROUNT,...COMPONENTS_IMPORT]
})
export class OperationModule { }