Skip to content

Commit 99c4623

Browse files
committed
fix: 修正拼写错误,将randerGraph改为renderGraph
1 parent ecd54e3 commit 99c4623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/views/GraphView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ const onSearch = () => {
284284
}
285285
console.log(data)
286286
console.log(graphData)
287-
randerGraph()
287+
renderGraph()
288288
})
289289
.catch((error) => {
290290
console.error('查询错误:', error);

0 commit comments

Comments
 (0)