From 08b971c411fc8b65f9248c1e851ee67156a67882 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Thu, 30 Jun 2022 10:09:05 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Developer/DeveloperAssociatedAbility.vue | 4 +- .../views/newHome/components/WorkDynList.vue | 44 ++++++++++--------- 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue b/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue index 95e54415..a584b464 100644 --- a/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue +++ b/front/src/views/detailsAll/components/Developer/DeveloperAssociatedAbility.vue @@ -4,7 +4,7 @@
@@ -62,7 +62,7 @@ ) watch( () => router.currentRoute.value.query.id, - (newValue, oldValue) => { + () => { if (oldid != router.currentRoute.value.query.id) { window.location.reload() } diff --git a/front/src/views/newHome/components/WorkDynList.vue b/front/src/views/newHome/components/WorkDynList.vue index 59a6fbf6..8b402866 100644 --- a/front/src/views/newHome/components/WorkDynList.vue +++ b/front/src/views/newHome/components/WorkDynList.vue @@ -21,26 +21,30 @@