提交 f3e6a5da authored 作者: 王鹏飞's avatar 王鹏飞

fixes type

上级 c7a36aff
......@@ -41,7 +41,7 @@ const progress = reactive({
message: '导入中',
status: 2,
})
let timer = null
let timer: any = null
const fetchFileUpload = async (option: any) => {
const file = option.file
const url = await upload(file)
......
......@@ -39,7 +39,7 @@ const progress = reactive({
message: '导入中',
status: 2,
})
let timer = null
let timer: any = null
const fetchFileUpload = async (option: any) => {
const file = option.file
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论