调整日志查询-配置信息没有数据时 js click()方法错误

This commit is contained in:
leijun
2018-12-11 20:28:16 +08:00
parent df0445054b
commit 1c770e0ee7

View File

@@ -118,7 +118,9 @@ $(function(){
html+=pzhtml;
html +='<script>';
html +='$(document).ready(function() {'
html +="if(document.getElementsByName('tabTitle0')[0]!=null){ ";
html +=" document.getElementsByName('tabTitle0')[0].click();";
html +="}"
html +="})";
html +="</script>";
html+="</div>"