文件服务下载修改

This commit is contained in:
zhujiyan
2024-10-25 16:23:35 +08:00
parent 21af539824
commit 3a74a08ec7

View File

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