diff --git a/src/views/GroupList.js b/src/views/GroupList.js index 23a2335..695dd3e 100644 --- a/src/views/GroupList.js +++ b/src/views/GroupList.js @@ -65,7 +65,8 @@ const GroupList = () => { icon={} loading={false} onClick={() => { - this.handleSearchClick(); + customerServicesStore.fetchGroupListByAgentId(agentId); + customerServicesStore.fetchAgentList(); }}> 统计