From 18861b45db94b833445e9f20e1e1ae7d482d14d5 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Thu, 9 May 2024 20:45:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=87=92=E5=8A=A0=E8=BD=BD=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=AC=AC=E4=BA=8C=E9=A1=B5=20(#407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/dataset/component/ParagraphList.vue | 2 +- .../dataset/component/ParagraphPreview.vue | 22 +++---------------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/ui/src/views/dataset/component/ParagraphList.vue b/ui/src/views/dataset/component/ParagraphList.vue index ff589fc52..cc9f25279 100644 --- a/ui/src/views/dataset/component/ParagraphList.vue +++ b/ui/src/views/dataset/component/ParagraphList.vue @@ -4,7 +4,7 @@ :size="paragraph_list.length" :total="modelValue.length" :page_size="page_size" - v-model:current_page="current_page" + v-bind:current_page="current_page" @load="next()" :loading="loading" > diff --git a/ui/src/views/dataset/component/ParagraphPreview.vue b/ui/src/views/dataset/component/ParagraphPreview.vue index d11dabebd..3ad15ced6 100644 --- a/ui/src/views/dataset/component/ParagraphPreview.vue +++ b/ui/src/views/dataset/component/ParagraphPreview.vue @@ -1,6 +1,6 @@