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