修改班组长请求bug

This commit is contained in:
Teo
2025-07-28 19:49:17 +08:00
parent 09c8cf2333
commit ed996ee7f4
11 changed files with 24 additions and 17 deletions

View File

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