try {
const res = await customerWalletFreeze({
walletAccountCode: showBalanceMsg.walletAccountCode,
status: showBalanceMsg.status,
});
console.log(res.data);
const values = this.searchRef.handleGetFieldsValue();
console.log(values, 'values');
if (res.returnCode == 0) {
message.success('操作成功');
this.setState({
balancefrozenvisible: false,
});
this.handleGetpageWalletAccount({ ...values });
}
} catch (error) {}