文件服务下载修改
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user