|
@@ -125,7 +125,7 @@ function getNode(val, type){
|
|
|
const clientHei = $(window).height()
|
|
|
const contentHei = clientHei - 80
|
|
|
$(".tabNameList").hide()
|
|
|
- getSchema(val,select_type_noSearch).then(()=>{
|
|
|
+ getSchema(txt,select_type_noSearch).then(()=>{
|
|
|
if(!window.refreshTree){
|
|
|
return
|
|
|
}
|