fengxiang
2018-07-04 7ca521e4267b987270f6ccbb9a6c076aeb467d96
src/app/routes/devices/version/version-sensor-config/version-sensor-config.component.html
@@ -31,7 +31,7 @@
</nz-table>
<div class="modal-footer">
  <button nz-button type="button" (click)="close()">关闭</button>
  <button nz-button [nzType]="'primary'" (click)="save($event)" [nzLoading]="isSaving">
  <button nz-button [nzType]="'primary'" (click)="save($event,null,null)" [nzLoading]="isSaving">
         <span >
            保存<span *ngIf="isSaving" >中</span>
         </span>