|
@@ -220,7 +220,8 @@
|
|
|
token: token,
|
|
token: token,
|
|
|
}
|
|
}
|
|
|
];
|
|
];
|
|
|
- newList = newList.concat(list);
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // newList = newList.concat(list); // 仅展示崇慧楼
|
|
|
localStorage.setItem('deptList', JSON.stringify(newList));
|
|
localStorage.setItem('deptList', JSON.stringify(newList));
|
|
|
localStorage.setItem('deptName', res.data.userInfo.deptName)
|
|
localStorage.setItem('deptName', res.data.userInfo.deptName)
|
|
|
localStorage.removeItem('deptId');
|
|
localStorage.removeItem('deptId');
|