fix: type check error
This commit is contained in:
parent
e7c2c9710a
commit
259d1c872b
@ -38,7 +38,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { el } from 'element-plus/es/locale'
|
|
||||||
import { ref, watch } from 'vue'
|
import { ref, watch } from 'vue'
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
time: {
|
time: {
|
||||||
|
|||||||
@ -412,7 +412,7 @@ const uploadFile = async (file: any, fileList: any) => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const intervalId = ref<number | null>(null)
|
const intervalId = ref<any | null>(null)
|
||||||
const recorderTime = ref(0)
|
const recorderTime = ref(0)
|
||||||
const startRecorderTime = ref(false)
|
const startRecorderTime = ref(false)
|
||||||
const recorderLoading = ref(false)
|
const recorderLoading = ref(false)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user