watch: {
  '$route'(to, from) {
    if (to.query) {
      this.$router.go(0)
    }
  }
}

注:界面整体刷新。