调整日志查询-配置信息没有数据时 js click()方法错误
This commit is contained in:
@@ -118,7 +118,9 @@ $(function(){
|
|||||||
html+=pzhtml;
|
html+=pzhtml;
|
||||||
html +='<script>';
|
html +='<script>';
|
||||||
html +='$(document).ready(function() {'
|
html +='$(document).ready(function() {'
|
||||||
|
html +="if(document.getElementsByName('tabTitle0')[0]!=null){ ";
|
||||||
html +=" document.getElementsByName('tabTitle0')[0].click();";
|
html +=" document.getElementsByName('tabTitle0')[0].click();";
|
||||||
|
html +="}"
|
||||||
html +="})";
|
html +="})";
|
||||||
html +="</script>";
|
html +="</script>";
|
||||||
html+="</div>"
|
html+="</div>"
|
||||||
|
|||||||
Reference in New Issue
Block a user