From 939e3790ee2952b7f096f170b2bad3533d8d133d Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 11:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=A7=A3=E5=86=B3todo=E3=80=91?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E4=BB=93=E5=BA=93=EF=BC=8C=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E4=BB=93=E5=BA=93=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/RoleList.vue | 7 ++++++- src/views/ai/chat/role/index.vue | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/ai/chat/role/RoleList.vue b/src/views/ai/chat/role/RoleList.vue index 64ec2dee..1dfbd20f 100644 --- a/src/views/ai/chat/role/RoleList.vue +++ b/src/views/ai/chat/role/RoleList.vue @@ -3,7 +3,7 @@
-
+
@@ -58,6 +58,11 @@ const props = defineProps({ roleList: { type: Array as PropType, required: true + }, + showMore: { + type: Boolean, + required: false, + default: false } }) // 定义钩子 diff --git a/src/views/ai/chat/role/index.vue b/src/views/ai/chat/role/index.vue index 232689fc..b65e5199 100644 --- a/src/views/ai/chat/role/index.vue +++ b/src/views/ai/chat/role/index.vue @@ -30,6 +30,7 @@ + loading/>