fix
This commit is contained in:
@@ -1144,7 +1144,7 @@ export default defineComponent({
|
|||||||
this.isShowMark = true
|
this.isShowMark = true
|
||||||
Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then(
|
Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then(
|
||||||
(rv: any) => {
|
(rv: any) => {
|
||||||
if(rv.content.length == 0){
|
if(rv.content.length == 0 && this.currentPage != 1){
|
||||||
this.currentPage = 1
|
this.currentPage = 1
|
||||||
this.getLibraryList('')
|
this.getLibraryList('')
|
||||||
}else{
|
}else{
|
||||||
|
|||||||
Reference in New Issue
Block a user