fix: format报错
This commit is contained in:
parent
2b32850046
commit
e8907ca4fb
@ -93,7 +93,7 @@ const surveyList = computed(() => {
|
|||||||
const surveyTotal = computed(() => {
|
const surveyTotal = computed(() => {
|
||||||
return store.state.list.surveyTotal
|
return store.state.list.surveyTotal
|
||||||
})
|
})
|
||||||
const spaceListRef = ref<InstanceType | null>(null)
|
const spaceListRef = ref<any>(null)
|
||||||
const spaceLoading = ref(false)
|
const spaceLoading = ref(false)
|
||||||
const spaceList = computed(() => {
|
const spaceList = computed(() => {
|
||||||
return store.state.list.teamSpaceList
|
return store.state.list.teamSpaceList
|
||||||
|
Loading…
Reference in New Issue
Block a user