修改部门获取项目列表

This commit is contained in:
Teo
2025-08-28 22:24:49 +08:00
parent 211b94d76b
commit b0a05519f0
2 changed files with 3 additions and 5 deletions

View File

@ -28,7 +28,6 @@ const getSelectedProjectFromStorage = () => {
const getProjectTeamListFromStorage = () => {
const stored = $cache.local.getJSON('ProjectTeamList');
console.log('获取缓存的项目班组列表:', stored);
return stored ? stored : null;
};