diff --git a/src/views/accounts/AccountGather/AccountGatherTaskList.vue b/src/views/accounts/AccountGather/AccountGatherTaskList.vue index fc02f76ea..9acc484e7 100644 --- a/src/views/accounts/AccountGather/AccountGatherTaskList.vue +++ b/src/views/accounts/AccountGather/AccountGatherTaskList.vue @@ -108,6 +108,11 @@ export default { } } } + }, + watch: { + $route(to, from) { + this.$router.go(0) + } } }