fix: 修复点击下一页无反应的问题
This commit is contained in:
parent
39960affb2
commit
b596ba3278
|
@ -302,6 +302,7 @@ export default {
|
|||
},
|
||||
nextPage () {
|
||||
const that = this
|
||||
that.pageNumber = that.pageNumber + 1
|
||||
that.getFiles()
|
||||
},
|
||||
goHome: function () {
|
||||
|
|
Loading…
Reference in New Issue