修复地接社查询出错

feature/2.0-sales-trade
LiaoYijun 3 years ago
parent 0e28b43fbd
commit 428069ac0d

@ -65,7 +65,8 @@ const GroupList = () => {
icon={<SearchOutlined />} icon={<SearchOutlined />}
loading={false} loading={false}
onClick={() => { onClick={() => {
this.handleSearchClick(); customerServicesStore.fetchGroupListByAgentId(agentId);
customerServicesStore.fetchAgentList();
}}> }}>
统计 统计
</Button> </Button>

Loading…
Cancel
Save