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