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(