From 428069ac0de10db8a9b550b8102855422df9a418 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 16 Nov 2022 16:06:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=B0=E6=8E=A5=E7=A4=BE?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=87=BA=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GroupList.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }}> 统计