|
|
@ -14,9 +14,9 @@ import { |
|
|
|
ref, |
|
|
|
ref, |
|
|
|
themeV2Colors, |
|
|
|
themeV2Colors, |
|
|
|
useApi, |
|
|
|
useApi, |
|
|
|
|
|
|
|
useGlobal, |
|
|
|
useNuxtApp, |
|
|
|
useNuxtApp, |
|
|
|
useUIPermission, |
|
|
|
useUIPermission, |
|
|
|
useGlobal |
|
|
|
|
|
|
|
} from '#imports' |
|
|
|
} from '#imports' |
|
|
|
|
|
|
|
|
|
|
|
definePageMeta({ |
|
|
|
definePageMeta({ |
|
|
@ -33,7 +33,7 @@ const filterQuery = ref('') |
|
|
|
|
|
|
|
|
|
|
|
const projects = ref<ProjectType[]>() |
|
|
|
const projects = ref<ProjectType[]>() |
|
|
|
|
|
|
|
|
|
|
|
const { appInfo, } = $(useGlobal()) |
|
|
|
const { appInfo } = $(useGlobal()) |
|
|
|
|
|
|
|
|
|
|
|
const loadProjects = async () => { |
|
|
|
const loadProjects = async () => { |
|
|
|
const response = await api.project.list({}) |
|
|
|
const response = await api.project.list({}) |
|
|
|