This commit is contained in:
Taric Xin
2022-03-22 17:48:29 +08:00
parent ab86f198e9
commit 40d46bfc6c
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ export class WithdrawalsRecordComponent {
nzFooter: [
{
label: '拒绝',
loading: () => this.service.http.loading,
disabled: () => this.service.http.loading,
type: 'default',
onClick: () => {
if (!this.msg) {
@ -102,7 +102,7 @@ export class WithdrawalsRecordComponent {
},
{
label: '通过',
loading: () => this.service.http.loading,
disabled: () => this.service.http.loading,
type: 'primary',
onClick: () => {
this.service