From b6fbe0aea48383d90e3af5b1ca47ce3d58eb95d9 Mon Sep 17 00:00:00 2001 From: han2015 <1019850453@qq.com> Date: Thu, 6 Nov 2025 09:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95:=E8=A1=A8=E5=8D=95A4?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DesignForm/public/form/aiassist.vue | 2 +- src/components/DesignForm/public/form/form.vue | 8 ++++++-- .../lowcodepage/pageFlow/appTableFlow.vue | 15 ++++++++++++--- .../lowcodepage/pageFlow/tableFlow.vue | 18 +++++++++++++----- 4 files changed, 32 insertions(+), 11 deletions(-) diff --git a/src/components/DesignForm/public/form/aiassist.vue b/src/components/DesignForm/public/form/aiassist.vue index de08fff..0a0224b 100644 --- a/src/components/DesignForm/public/form/aiassist.vue +++ b/src/components/DesignForm/public/form/aiassist.vue @@ -39,7 +39,7 @@ defineExpose({onSendParamToAI}) async function onSendParamToAI(arr:Array<{ uuids: string[]; params: { [key: string]: any } }>){ interact_msg.value=[] for (let ele of arr){ - interact_msg.value.unshift({ask:true,think:"", content:"AI正在分析。。。"}) + //interact_msg.value.unshift({ask:true,think:"", content:"AI正在分析。。。"}) for (let uid of ele.uuids){ await doRequest(userid,uid,ele.params) } diff --git a/src/components/DesignForm/public/form/form.vue b/src/components/DesignForm/public/form/form.vue index bc8546a..86a74c5 100644 --- a/src/components/DesignForm/public/form/form.vue +++ b/src/components/DesignForm/public/form/form.vue @@ -2195,6 +2195,7 @@ const webPage = computed({ return newVal; }, }); +// @@ -2221,10 +2222,11 @@ const webPage = computed({ + + +