设置班组限制请求

This commit is contained in:
Teo
2025-08-29 14:57:52 +08:00
parent 384eb35d84
commit 5465136879
6 changed files with 24 additions and 6 deletions

View File

@ -8,14 +8,12 @@
import useSettingsStore from '@/store/modules/settings';
import { handleThemeStyle } from '@/utils/theme';
import useAppStore from '@/store/modules/app';
import { getProjectTeam } from './utils/projectTeam';
const appStore = useAppStore();
onMounted(() => {
nextTick(() => {
// 初始化主题样式
handleThemeStyle(useSettingsStore().theme);
getProjectTeam();
});
});
</script>