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')