|
@@ -55,7 +55,7 @@ $('.selectDept').append(`<img class="arrow" src=${iconDown} alt="下拉">`);
|
|
let isPlacefile = getCookie('isPlacefile') || 1;
|
|
let isPlacefile = getCookie('isPlacefile') || 1;
|
|
setTitleList();
|
|
setTitleList();
|
|
listenScroll();
|
|
listenScroll();
|
|
-let deptList = JSON.parse(getCookie('deptList')) || [];
|
|
|
|
|
|
+let deptList = JSON.parse(localStorage.getItem('deptList')) || [];
|
|
if(from == 4){
|
|
if(from == 4){
|
|
deptName=deptNameTemp=deptList[0].deptName
|
|
deptName=deptNameTemp=deptList[0].deptName
|
|
}
|
|
}
|