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(){