From e97df5aa8edc8e2737d5cb0dab4314871cd3bf71 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 02 Aug 2018 08:55:06 +0800
Subject: [PATCH] 扬尘监控-实时监控和警告
---
src/app/routes/systems/organization/organization-list/organization-list.component.ts | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/app/routes/systems/organization/organization-list/organization-list.component.ts b/src/app/routes/systems/organization/organization-list/organization-list.component.ts
index 3cce5b9..b9828f6 100644
--- a/src/app/routes/systems/organization/organization-list/organization-list.component.ts
+++ b/src/app/routes/systems/organization/organization-list/organization-list.component.ts
@@ -239,7 +239,6 @@
this.organizationService.handle = 'screen' ;
this.organizationService.data = row;
this.organizationService.config['resultBean'] = res;
- console.log(res);
this.organizationService.title = '������������������';
}
}
@@ -257,7 +256,6 @@
this.organizationService.handle = 'unit' ;
this.organizationService.data = row;
this.organizationService.config['resultBean'] = res;
- console.log(res);
this.organizationService.title = '������������������';
}
}
--
Gitblit v1.8.0