fix: 修正拼写错误,将randerGraph改为renderGraph
This commit is contained in:
parent
ecd54e3b9c
commit
99c46236ea
@ -284,7 +284,7 @@ const onSearch = () => {
|
|||||||
}
|
}
|
||||||
console.log(data)
|
console.log(data)
|
||||||
console.log(graphData)
|
console.log(graphData)
|
||||||
randerGraph()
|
renderGraph()
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
console.error('查询错误:', error);
|
console.error('查询错误:', error);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user