修改班组长请求bug
This commit is contained in:
@ -27,6 +27,7 @@ const getSelectedProjectFromStorage = () => {
|
||||
|
||||
const getProjectTeamListFromStorage = () => {
|
||||
const stored = $cache.local.getJSON('ProjectTeamList');
|
||||
console.log('获取缓存的项目班组列表:', stored);
|
||||
|
||||
return stored ? stored : null;
|
||||
};
|
||||
|
Reference in New Issue
Block a user