From 46ca57d5f64bafb642017b50c2fba85e38ca2289 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Fri, 20 Jul 2018 10:05:49 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- 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