소스 검색

修复商品分类查看下级页码问题

macro 5 년 전
부모
커밋
e7f36addeb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/pms/productCate/index.vue

+ 1 - 0
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 {