From 5e1971bfb822e584aa864f5c7395bf7af65b1478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Tue, 21 Feb 2023 22:01:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E5=A4=8D=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=E6=94=B6=E9=9B=86=E7=82=B9=E5=87=BB=E9=A1=B5=E9=9D=A2=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounts/AccountGather/AccountGatherTaskList.vue | 5 +++++ 1 file changed, 5 insertions(+) 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) + } } }