From 3a74a08ec734c79b85ffebd4905bd2a7b61895e5 Mon Sep 17 00:00:00 2001 From: zhujiyan <17812234322@163.com> Date: Fri, 25 Oct 2024 16:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=8D=E5=8A=A1=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/fileService/popup.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/govern/device/fileService/popup.vue b/src/views/govern/device/fileService/popup.vue index a63832f..d11347b 100644 --- a/src/views/govern/device/fileService/popup.vue +++ b/src/views/govern/device/fileService/popup.vue @@ -155,6 +155,7 @@ const mqttFileName = ref('') const setStatus = (val: any) => { status.value = parseInt(Number((val.nowStep / val.allStep) * 100)) mqttFileName.value = val.fileName + downLoading.value=true if (status.value == 100) { downLoadDeviceFilePath({ nDid: fileData.value.nDid, name: fileData.value.prjDataPath }).then((ress: any) => { console.log(ress, 'a7778888881111')