From e86e4f95fcca349107237f8f4161b9c91e279af1 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Wed, 28 Feb 2018 11:16:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- 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"> -- Gitblit v1.8.0