From c8d8b2d3cf0807f46d1d365da0560b25a1a73ae7 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 23 Mar 2018 14:58:40 +0800
Subject: [PATCH] 数据查询优化,设备坐标 保持bug修复

---
 src/app/routes/devices/devices.module.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/routes/devices/devices.module.ts b/src/app/routes/devices/devices.module.ts
index 7a05990..7a0a12d 100644
--- a/src/app/routes/devices/devices.module.ts
+++ b/src/app/routes/devices/devices.module.ts
@@ -26,7 +26,7 @@
 import { CoordinatesPickerComponent } from 'app/routes/map/coordinates-picker/coordinates-picker.component';
 import { MapModule } from 'app/routes/map/map.module';
 import { CoorPickerService } from 'app/routes/map/coordinates-picker/coordinates-picker.service';
-const COMPONENTS_NOROUNT = [AdjustConfigComponent,DeviceEditComponent,VersionEditComponent, MonitorPointEditComponent, VersionSensorConfigComponent  ];
+const COMPONENTS_NOROUNT = [AdjustConfigComponent, DeviceEditComponent, VersionEditComponent, MonitorPointEditComponent, VersionSensorConfigComponent  ];
 
 const routes: Routes = [
   {
@@ -54,9 +54,9 @@
     MonitorPointComponent,
         ...COMPONENTS_NOROUNT     
   ],
-  providers: [CoorPickerService,DeviceAdjustValueService,OrganizationService, VersionService, 
+  providers: [CoorPickerService, DeviceAdjustValueService, OrganizationService, VersionService, 
     SensorsService, AreacodeService, MonitorPointService,
-    _HttpClient, FormBuilder,DeviceService,OperateUserService,ToolsService],
-  entryComponents: [CoordinatesPickerComponent,...COMPONENTS_NOROUNT]
+    _HttpClient, FormBuilder, DeviceService, OperateUserService, ToolsService],
+  entryComponents: [CoordinatesPickerComponent, ...COMPONENTS_NOROUNT]
 })
 export class DevicesModule { }

--
Gitblit v1.8.0