From a73dea1555a2c4f9688d344a07cbc79c1b9e058c Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Sat, 24 Feb 2018 11:45:17 +0800
Subject: [PATCH] 添加 coockie

---
 src/app/routes/devices/basic-info/basic-info.component.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/devices/basic-info/basic-info.component.html b/src/app/routes/devices/basic-info/basic-info.component.html
index 3b0a7bb..2b6b68d 100644
--- a/src/app/routes/devices/basic-info/basic-info.component.html
+++ b/src/app/routes/devices/basic-info/basic-info.component.html
@@ -1,12 +1,12 @@
 <div class="content__title">
     <h1>
-        ������������
+        ������������
         <small>���������������������������������������������������������</small>
     </h1>
 </div>
 <nz-card [nzBordered]="false">
         <div class="mb-md">
-                <button nz-button (click)="addOrModify()" [nzType]="'primary'" [nzSize]="'large'">
+                <button nz-button (click)="addOrModify($event)" [nzType]="'primary'" [nzSize]="'large'">
                     <i class="anticon anticon-plus"></i><span>������</span>
                 </button>
                 <ng-container *ngIf="selectedRows.length > 0"> &nbsp;

--
Gitblit v1.8.0