Commit 05100a2b by zhujian

fix

parent e17096cb
...@@ -504,7 +504,7 @@ function LeftStructureTree(props) { ...@@ -504,7 +504,7 @@ function LeftStructureTree(props) {
function changeName(value){ function changeName(value){
clearTimeout(timer) clearTimeout(timer.current)
timer.current= setTimeout(()=>{ timer.current= setTimeout(()=>{
setQueryName(value);setOpen(true);getCompleteOptionData(value) setQueryName(value);setOpen(true);getCompleteOptionData(value)
},500) },500)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment