fengxiang
2018-07-05 1bf1750a2c2cafdbd7413fe18d16915a7f71ff52
src/app/routes/devices/basic-info/device-edit/device-edit.component.html
@@ -117,7 +117,7 @@
          </nz-select>
          &nbsp;
        <button nz-button type="button" (click)="close()">关闭</button>
        <button nz-button [nzType]="'primary'" [nzLoading]="isSaving">
        <button nz-button [nzType]="'primary'" (click)="save(null,validateForm.value,validateForm.valid)" [nzLoading]="isSaving">
          <span>
            保存
            <span *ngIf="isSaving">中</span>