From 1346f8bf3bac913a4258cedf72925d24199c8fbd Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 8 Mar 2026 10:02:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=88=86=E9=A1=B5=E9=87=8D=E7=BD=AE=E5=92=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=95=B0=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/commission/team.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/commission/team.vue b/pages/commission/team.vue index caf3b424..66c80431 100644 --- a/pages/commission/team.vue +++ b/pages/commission/team.vue @@ -163,7 +163,7 @@ {{ item.brokerageUserCount || 0 }} - {{ item.orderCount || 0 }}{{ item.brokerageOrderCount || 0 }}单 @@ -320,6 +320,7 @@ function setType(e) { state.pagination.list = []; + state.pagination.pageNo = 1; state.level = e + ''; getTeamList(); }