调整日志查询-配置信息没有数据时 js click()方法错误
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user