@@ -444,6 +444,7 @@ function getOwnDept() {
if (data.code == 0) {
let result = data.data
setCookie("deptList", JSON.stringify(result))
+ JSON.parse(localStorage.setItem('deptList',JSON.stringify(result)))
}
})
// }