|
@@ -56,8 +56,8 @@ $(function(){
|
|
|
$(".partTitle a").attr("href","console.html").html("控制台 / ")
|
|
|
$(".partTitle .pices span").html("条目缺陷占比")
|
|
|
}
|
|
|
- if(fromThree == 3){
|
|
|
- deptName = deptList[0].deptName||'';
|
|
|
+ if(from == 2&&fromThree == 3){
|
|
|
+ deptName = deptList[0]&&deptList[0].deptName||'';
|
|
|
}
|
|
|
$(".partTitle a").click(function(){
|
|
|
//初始菜单选中
|