From 011c05ca70808984dfdb41d6c6f73f86f122f359 Mon Sep 17 00:00:00 2001 From: wyx Date: Sat, 7 Jan 2023 19:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=BF=9B=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ExportScore.vue | 3 +++ 1 file changed, 3 insertions(+) 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);