yangyin
2024-10-28 be0b1a911b5e36faf8bcc61c452520e97f00cd16
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 {