fix: 修正拼写错误,将randerGraph改为renderGraph

This commit is contained in:
Wenjie Zhang 2025-08-25 14:07:42 +08:00
parent ecd54e3b9c
commit 99c46236ea

View File

@ -284,7 +284,7 @@ const onSearch = () => {
}
console.log(data)
console.log(graphData)
randerGraph()
renderGraph()
})
.catch((error) => {
console.error('查询错误:', error);