I am at 2nd page, when I run this.$parent.refresh() from a __component, it went back to the 1st page.
Is there anyway to prevent it to going back to 2nd page?
Try to use this.$parent.reload() instead, it does the same without going to the first page
Most helpful comment
Try to use
this.$parent.reload()instead, it does the same without going to the first page