|
@@ -12,6 +12,11 @@ function getGraph(val, type){
|
|
select_type = select_type_noSearch
|
|
select_type = select_type_noSearch
|
|
$('#searchInp').val(val)
|
|
$('#searchInp').val(val)
|
|
drawGraph(res.data.data)
|
|
drawGraph(res.data.data)
|
|
|
|
+ }else{
|
|
|
|
+ let nodeStr
|
|
|
|
+ nodeStr = '<li class="ellipsis">暂无符合数据</li>'
|
|
|
|
+ $(".tabNameList").html(nodeStr)
|
|
|
|
+ $(".tabNameList").show()
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}
|
|
}
|