修复地接社查询出错

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

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

Loading…
Cancel
Save