From ab5ffd320c12a41a8a23e9f937beb22fb2836a8a Mon Sep 17 00:00:00 2001 From: raofuzi <2641346316@qq.com> Date: Thu, 11 Apr 2024 12:28:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/RecycleModal.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/layout/components/Header/RecycleModal.vue b/src/layout/components/Header/RecycleModal.vue index f90529f..46688d4 100644 --- a/src/layout/components/Header/RecycleModal.vue +++ b/src/layout/components/Header/RecycleModal.vue @@ -600,7 +600,10 @@ watch(() => show.value, watch(() => pagination.pageNo, - (newVal) => { + (newVal, oldVal) => { + if(newVal == oldVal) { + return + } if((newVal == 1 || newVal == 2) && canloadMore) { setTimeout(() => { nextTick(() => {