|
@@ -324,6 +324,7 @@ function getNode(val, type){
|
|
|
$(".tabNameList").show()
|
|
|
$(".tabNameList li").click(function(){
|
|
|
const txt = $(this).text()
|
|
|
+ $('#searchInp').val(txt)
|
|
|
const clientHei = $(window).height()
|
|
|
const contentHei = clientHei - 80
|
|
|
$(".tabNameList").hide()
|