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 @@