修复商品分类查看下级页码问题
This commit is contained in:
parent
9b8e39f3d1
commit
e7f36addeb
@ -125,6 +125,7 @@
|
||||
},
|
||||
methods: {
|
||||
resetParentId(){
|
||||
this.listQuery.pageNum = 1;
|
||||
if (this.$route.query.parentId != null) {
|
||||
this.parentId = this.$route.query.parentId;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user