From 61a0b2c9087a1182275c1b531c80173198bd5870 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Fri, 10 May 2024 11:05:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E7=BF=BB=E8=AF=91=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/infinite-scroll/index.vue | 2 +- ui/src/layout/components/top-bar/avatar/AboutDialog.vue | 2 +- ui/src/views/dataset/component/ParagraphList.vue | 2 +- ui/src/views/dataset/step/StepSecond.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/components/infinite-scroll/index.vue b/ui/src/components/infinite-scroll/index.vue index bfb26cee9..a562c5c28 100644 --- a/ui/src/components/infinite-scroll/index.vue +++ b/ui/src/components/infinite-scroll/index.vue @@ -56,7 +56,7 @@ const disabledScroll = computed(() => props.size > 0 && (props.loading || noMore function loadDataset() { if (props.total > props.page_size) { current.value += 1 - emit('update:current_page', current) + emit('update:current_page', current.value) emit('load') } } diff --git a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue index 5f59e4a62..aa8361c33 100644 --- a/ui/src/layout/components/top-bar/avatar/AboutDialog.vue +++ b/ui/src/layout/components/top-bar/avatar/AboutDialog.vue @@ -32,7 +32,7 @@ -
{{ $t("layout.topbar.version") }}:{{ version }}
+
{{ $t("layout.topbar.avatar.version") }}:{{ version }}