From 222b694609771d3f037b9098270f10d4b78d7b19 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Mon, 18 Dec 2017 16:50:17 +0800
Subject: [PATCH] updates

---
 src/app/routes/users/installer/installer.component.ts |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/app/routes/users/installer/installer.component.ts b/src/app/routes/users/installer/installer.component.ts
index 491c699..af60ea2 100644
--- a/src/app/routes/users/installer/installer.component.ts
+++ b/src/app/routes/users/installer/installer.component.ts
@@ -51,10 +51,6 @@
     this.getData();
   }
 
-  approval() {
-    this.msg.success(`��������� ${this.selectedRows.length} ���`);
-  }
-
   checkAll(value: boolean) {
     this.curRows.forEach(i => {
       if (!i.disabled) i.checked = value;

--
Gitblit v1.8.0