This commit is contained in:
X1627315083
2024-02-02 17:44:47 +08:00
parent eca1a39771
commit 058574d1fd

View File

@@ -1144,7 +1144,7 @@ export default defineComponent({
this.isShowMark = true
Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then(
(rv: any) => {
if(rv.content.length == 0){
if(rv.content.length == 0 && this.currentPage != 1){
this.currentPage = 1
this.getLibraryList('')
}else{