This commit is contained in:
X1627315083
2024-02-02 17:54:13 +08:00
parent 62d86519ca
commit 1581400598

View File

@@ -1140,6 +1140,8 @@ export default defineComponent({
} }
if(str == 'page'){ if(str == 'page'){
data.page = this.currentPage data.page = this.currentPage
}else{
this.currentPage = 1
} }
this.isShowMark = true this.isShowMark = true
Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then( Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then(