This commit is contained in:
wangshiming
2022-04-13 10:42:48 +08:00
parent 279a91b326
commit 8b7edc68f0
3 changed files with 12 additions and 50 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-03 11:10:14
* @LastEditors : Shiming
* @LastEditTime : 2022-03-11 10:35:44
* @LastEditTime : 2022-04-13 10:41:09
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\model\\import-supply\\import-supply.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -51,5 +51,5 @@
</div>
<div class="modal-footer text-right">
<button nz-button type="button" (click)="close()">取消</button>
<button nz-button type="submit" nzType="primary" (click)="save()">确定</button>
<button nz-button type="submit" nzType="primary" [nzLoading]="load" (click)="save()">确定</button>
</div>