From b596ba32782eb7962e66725ae70aa11da1a54b6c Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Sat, 15 Apr 2023 23:23:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=B8=8B=E4=B8=80=E9=A1=B5=E6=97=A0=E5=8F=8D=E5=BA=94=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/src/components/NER/index.vue | 1 + 1 file changed, 1 insertion(+) 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 () {