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 {