From 15814005981c11c46acee5b2ebff4ca2545bc0c1 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 2 Feb 2024 17:54:13 +0800 Subject: [PATCH] fix --- src/views/LibraryPage.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/LibraryPage.vue b/src/views/LibraryPage.vue index dba19228..d060986b 100644 --- a/src/views/LibraryPage.vue +++ b/src/views/LibraryPage.vue @@ -1140,6 +1140,8 @@ export default defineComponent({ } if(str == 'page'){ data.page = this.currentPage + }else{ + this.currentPage = 1 } this.isShowMark = true Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then(