From 568b3e8778c168e604b7dc0beb1f0993ae8dfa06 Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 9 Jan 2023 09:46:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E4=BB=A3=E7=A0=81?= 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 deletions(-) diff --git a/src/components/drawers/ExportScore.vue b/src/components/drawers/ExportScore.vue index 7ac029c8..fcbe68b4 100644 --- a/src/components/drawers/ExportScore.vue +++ b/src/components/drawers/ExportScore.vue @@ -165,9 +165,6 @@ 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);