fix bug
This commit is contained in:
		| @ -48,7 +48,7 @@ export class PartnerAccountManagementWithdrawalsRecordComponent implements OnIni | |||||||
|  |  | ||||||
|   afterRes = (data: any[], rawData?: any) => { |   afterRes = (data: any[], rawData?: any) => { | ||||||
|     data = data.map(node => ({ ...node,  |     data = data.map(node => ({ ...node,  | ||||||
|       // disabled: node.refundStatus !== '1' |       disabled: node.refundStatus !== '1' | ||||||
|      })); |      })); | ||||||
|     return data; |     return data; | ||||||
|   }; |   }; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user