From 902e52b94d2518196f5c5c91f62013342590abc7 Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Fri, 20 Jul 2018 10:05:43 +0800
Subject: [PATCH] 页面更新提交

---
 src/app/routes/reports/query2/query2.component.ts |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/app/routes/reports/query2/query2.component.ts b/src/app/routes/reports/query2/query2.component.ts
index df0a741..3580a3b 100644
--- a/src/app/routes/reports/query2/query2.component.ts
+++ b/src/app/routes/reports/query2/query2.component.ts
@@ -424,7 +424,6 @@
           this.treeClickStream.next(event);
     }
     public onSensorSelect(event): void {
-        debugger;
         const data = event.node.data;
         if (data.id === -1 && data.halfChecked === false) {
             if (!!data.checked) {

--
Gitblit v1.8.0