From dd27ffd229f9e3a1e38368a24dac129917e634fe Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Tue, 17 Mar 2026 15:41:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=87=E6=8D=A2=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8A=8A=E5=8F=B3=E4=BE=A7=E5=88=87=E6=8D=A2=E5=88=B0sketch?= =?UTF-8?q?=E8=A7=86=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/agent/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/home/agent/index.vue b/src/views/home/agent/index.vue index bb46454..8ce3efe 100644 --- a/src/views/home/agent/index.vue +++ b/src/views/home/agent/index.vue @@ -87,7 +87,8 @@ ) } - const handleGetProjectInfoAndHistory = () => { +const handleGetProjectInfoAndHistory = () => { + handleOpenSketch() getProjectInfo({ id: route.params.id }).then((res) => { if (res) agentRef.value.setChatInfo(res) let data = res?.project || res