From 15eef0edc2a9b9184d61d68d68639e9b8bba498d Mon Sep 17 00:00:00 2001 From: yangsanTT <812952667@qq.com> Date: Sun, 16 May 2021 23:05:36 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=81=E6=B0=B4=E5=88=86=E9=A1=B5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/runningWater/runningWater.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/user/runningWater/runningWater.vue b/pages/user/runningWater/runningWater.vue index 8b0684b..d3ca72a 100644 --- a/pages/user/runningWater/runningWater.vue +++ b/pages/user/runningWater/runningWater.vue @@ -152,6 +152,8 @@ }, bindDateChange: function(e) { this.date = e.target.value; + this.pageNum = 1; + this.pageSize = 10; this.isNoMoreData = false; this.agentSalesCodeList = []; this.getAgentSalesCodeList();