update
This commit is contained in:
@ -71,6 +71,7 @@ const AgentBalance = () => {
|
||||
let temp = 1;
|
||||
let resBalance = balances.data.data.list.map((el: any) => {
|
||||
el.no = temp++;
|
||||
if (!el.agent_name) el.agent_name = ''
|
||||
return el;
|
||||
});
|
||||
setDataBalance(resBalance);
|
||||
|
||||
Reference in New Issue
Block a user