From b0a7de005f68d59a47a11294c1168c45699f13c9 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 20 Jul 2018 16:17:28 +0800
Subject: [PATCH] 站点数据 分析
---
src/app/routes/operation/operation.module.ts | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/routes/operation/operation.module.ts b/src/app/routes/operation/operation.module.ts
index 4c42418..b18ce68 100644
--- a/src/app/routes/operation/operation.module.ts
+++ b/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 { }
--
Gitblit v1.8.0