|
@@ -290,7 +290,8 @@ function renderTab(data,activePage){
|
|
|
$(".goHomeDetail").click(function(){
|
|
|
let model = $(this).attr("data-model")
|
|
|
focusMenuItem("YH-KSZR-TMQXZB_XQ");
|
|
|
- $(parent.document).find("#contentIframe").attr("src","./singleVeto.html?from=2&special=1&model="+model+"&shijian=3"+"&startDateParam="+startDateParam+"&endDateParam="+endDateParam)
|
|
|
+ let deptName = deptId||(deptList.length>0?deptList[0].deptName:'')
|
|
|
+ $(parent.document).find("#contentIframe").attr("src","./singleVeto.html?from=2&deptName="+deptName+"&special=1&model="+model+"&shijian=3"+"&startDateParam="+startDateParam+"&endDateParam="+endDateParam)
|
|
|
})
|
|
|
}
|
|
|
|