From e7f36addeb886c31490581a17ff27909b5699954 Mon Sep 17 00:00:00 2001 From: macro Date: Mon, 7 Oct 2019 15:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E5=93=81=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E6=9F=A5=E7=9C=8B=E4=B8=8B=E7=BA=A7=E9=A1=B5=E7=A0=81?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pms/productCate/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/pms/productCate/index.vue b/src/views/pms/productCate/index.vue index 477936c..a3b5dd9 100644 --- a/src/views/pms/productCate/index.vue +++ b/src/views/pms/productCate/index.vue @@ -125,6 +125,7 @@ }, methods: { resetParentId(){ + this.listQuery.pageNum = 1; if (this.$route.query.parentId != null) { this.parentId = this.$route.query.parentId; } else {