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

This commit is contained in:
macro 2019-10-07 15:46:20 +08:00
parent 9b8e39f3d1
commit e7f36addeb

View File

@ -125,6 +125,7 @@
},
methods: {
resetParentId(){
this.listQuery.pageNum = 1;
if (this.$route.query.parentId != null) {
this.parentId = this.$route.query.parentId;
} else {