From 51350ae38d5490eeccb538b60444fe9099cf4a61 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Mon, 19 Mar 2018 17:06:59 +0800
Subject: [PATCH] 查询数据bug修改

---
 src/app/routes/analysis/query/query.component.ts |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/app/routes/analysis/query/query.component.ts b/src/app/routes/analysis/query/query.component.ts
index 3a2eb57..8d4e3de 100644
--- a/src/app/routes/analysis/query/query.component.ts
+++ b/src/app/routes/analysis/query/query.component.ts
@@ -121,13 +121,6 @@
     ) { }    
     ngOnInit() {
         this.initPage();
-        $('.ant-table-body').on(
-            'click', 
-            function() {
-                alert();
-                console.log( $('.ant-table-body').scrollLeft());
-            }
-        );
     }
     private initPage() {
         this.sensorsService.getPagingList(null, null).subscribe(

--
Gitblit v1.8.0