瀏覽代碼

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

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 {