From 99c46236ea5f6749d6219e477620ad636cadf362 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Mon, 25 Aug 2025 14:07:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=8B=BC=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF=EF=BC=8C=E5=B0=86randerGraph=E6=94=B9?= =?UTF-8?q?=E4=B8=BArenderGraph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/GraphView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/GraphView.vue b/web/src/views/GraphView.vue index 81b123cd..e7212335 100644 --- a/web/src/views/GraphView.vue +++ b/web/src/views/GraphView.vue @@ -284,7 +284,7 @@ const onSearch = () => { } console.log(data) console.log(graphData) - randerGraph() + renderGraph() }) .catch((error) => { console.error('查询错误:', error);