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 {