edit
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user