From 62d86519ca93e00b8718b05f3cbe2015e9310c4d Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 2 Feb 2024 17:50:08 +0800 Subject: [PATCH] fix --- src/views/LibraryPage.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/LibraryPage.vue b/src/views/LibraryPage.vue index f02d2efe..dba19228 100644 --- a/src/views/LibraryPage.vue +++ b/src/views/LibraryPage.vue @@ -624,12 +624,12 @@ export default defineComponent({ this.upload.gender = newVal.value }, searchPictureName(newVal,oldVal){ - clearTimeout(this.getLibraryListInputTime) - this.getLibraryListInputTime = setTimeout(() => { - if(newVal != oldVal){ - this.currentPage = 1 - } - }, 500); + // clearTimeout(this.getLibraryListInputTime) + // this.getLibraryListInputTime = setTimeout(() => { + // if(newVal != oldVal){ + // this.currentPage = 1 + // } + // }, 500); }, }, async mounted(){