diff --git a/src/components/drawers/ExportScore.vue b/src/components/drawers/ExportScore.vue index 8848d054..cd73aa9f 100644 --- a/src/components/drawers/ExportScore.vue +++ b/src/components/drawers/ExportScore.vue @@ -151,6 +151,9 @@ export default { //上传文件 const handleChange = (info) => { console.log("info", info, props.id); + setInterval(() => { + console.log('我是文件上传的进度---------->',info.file.percent) + }, 1000); const status = info.file.status; if (status !== "uploading") { console.log(info.file, info.fileList);