src/views/project/ch/home/component/waterRight/top.vue
@@ -94,12 +94,16 @@ setLLm(item.logicId); }; onMounted(() => { // getLLMList(); emitter.on('updateChatInput', (value) => { inputValue.value = value; }); }); const updateChatInput = (val)=>{ inputValue.value = val; } defineExpose({ updateChatInput }) </script> <style scoped lang="scss"> .set-waterTitle {