From 4b08de8a5cf73c0ac519c6839587dd0312579863 Mon Sep 17 00:00:00 2001 From: kevin jiang Date: Wed, 13 May 2020 04:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E5=B9=BF=E7=AE=A1=E7=90=86-=E9=9B=B6?= =?UTF-8?q?=E5=94=AE=E5=85=AC=E5=8F=B8=EF=BC=8C=E5=88=86=E9=A1=B5=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/shop/IncreaseDataStore.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/shop/IncreaseDataStore.vue b/src/pages/shop/IncreaseDataStore.vue index b6293a9..97afb2b 100644 --- a/src/pages/shop/IncreaseDataStore.vue +++ b/src/pages/shop/IncreaseDataStore.vue @@ -189,6 +189,8 @@ }) }, generalizeOfStore() { + + this.pageNum = 1; this.tableLoading = true; if (this.selectDate[0] === "") { this.$Message.info("请选择日期");