diff --git a/fe/src/components/NER/index.vue b/fe/src/components/NER/index.vue index d8bbfb8..f693a64 100644 --- a/fe/src/components/NER/index.vue +++ b/fe/src/components/NER/index.vue @@ -302,6 +302,7 @@ export default { }, nextPage () { const that = this + that.pageNumber = that.pageNumber + 1 that.getFiles() }, goHome: function () {