fix: 修复点击下一页无反应的问题

This commit is contained in:
maxmon 2023-04-15 23:23:35 +08:00
parent 39960affb2
commit b596ba3278
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ export default {
},
nextPage () {
const that = this
that.pageNumber = that.pageNumber + 1
that.getFiles()
},
goHome: function () {