wujingjing
2024-07-19 16b491229cc9f37547a5d30bfecf74bcdd53d31b
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 {