fix: format报错

This commit is contained in:
sudoooooo 2024-07-16 11:33:16 +08:00
parent 2b32850046
commit e8907ca4fb

View File

@ -93,7 +93,7 @@ const surveyList = computed(() => {
const surveyTotal = computed(() => {
return store.state.list.surveyTotal
})
const spaceListRef = ref<InstanceType | null>(null)
const spaceListRef = ref<any>(null)
const spaceLoading = ref(false)
const spaceList = computed(() => {
return store.state.list.teamSpaceList