|
@@ -539,11 +539,15 @@ $(function() {
|
|
|
dateFormat:"yy/mm/dd"
|
|
|
}).datepicker( "setDate",endDate);
|
|
|
$(".filter").click(); //初始查询
|
|
|
- $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html">条目缺陷占比 / </a>缺陷详情`)
|
|
|
+ $(".partTitle .titlePic ").html(`<a class="consoleD" href="console.html">控制台 / </a><a class="consoleP" href="singleVeto.html?form=1">条目缺陷占比 / </a>缺陷详情`)
|
|
|
$(".partTitle .consoleD").click(function(){
|
|
|
$(".menu .page",parent.document).removeClass("active").eq(0).addClass("active");
|
|
|
$(".container",parent.document).addClass("console-cont");
|
|
|
})
|
|
|
+ $(".partTitle .consoleP").click(function(){
|
|
|
+ $(parent.document).find("#contentIframe").attr("src",`./singleVeto.html?from=1`)
|
|
|
+
|
|
|
+ })
|
|
|
});
|
|
|
|
|
|
//分页渲染
|