Skip to content

Commit

Permalink
fix: format报错
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoooooo committed Jul 16, 2024
1 parent c0387b1 commit ea5f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/management/pages/list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea5f99b

Please sign in to comment.