From 2969915f7a8f5b1f235b6cc954011eb09dffc38f Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 22 十二月 2023 10:22:29 +0800 Subject: [PATCH] 互联网 --- src/views/index.vue | 6 ++++++ src/components/FileUpload/index.vue | 1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/components/FileUpload/index.vue b/src/components/FileUpload/index.vue index 0dd5da3..dec76c9 100644 --- a/src/components/FileUpload/index.vue +++ b/src/components/FileUpload/index.vue @@ -171,6 +171,7 @@ } } const handleUploadProgress=(e: any) => { + console.log('handleUploadProgress锛�'); // downloadProgress.value = downloadProgress.value + 50 // emit('closePopup','123123'); emit('openPopup','123123'); diff --git a/src/views/index.vue b/src/views/index.vue index 357958b..eb6cba0 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -345,6 +345,12 @@ const submitForm = async () => { await childFile.value.handleCilck() dialog.visible = false; + setTimeout(()=>{ + dialogVisible.value = true; + state.mytime = setInterval(() => { + percentage2.value = (percentage2.value % 100) + 5 + }, 500) + }, 1000) } const lookPawsd = async (row:any) => { console.log(row); -- Gitblit v1.8.0