From fa1f2d3453128c686d19504796426d9c27b8c0fb Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期五, 25 十月 2024 17:13:36 +0800
Subject: [PATCH] 修改提示问题

---
 src/views/project/ch/home/Home.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/project/ch/home/Home.vue b/src/views/project/ch/home/Home.vue
index 58a3440..c143ad6 100644
--- a/src/views/project/ch/home/Home.vue
+++ b/src/views/project/ch/home/Home.vue
@@ -14,7 +14,7 @@
 										ref="waterCenterRef"
 										@updateChatInput="updateChatInput"
 									/>
-									<waterBottom />
+									<waterBottom @tagListClick="tagListClick" />
 								</div>
 
 								<CustomDrawer v-model:isShow="state.isShowAdvanceExample" ref="customDrawerRef" @updateChatInput="updateChatInput" />
@@ -54,6 +54,9 @@
 		customDrawerRef.value.getTableData();
 	}
 };
+const tagListClick = (tag) => {
+	waterCenterRef.value.tagListClick(tag);
+};
 </script>
 <style scoped lang="scss">
 .pc-chat_room {

--
Gitblit v1.9.3