device status default:offline

develop
pnoker 4 years ago
parent 1bb40fbdc7
commit ef83a6d691

@ -309,7 +309,7 @@
clearInterval(interval);
return;
}
that.loadProgress += step;
that.loadProgress += +step.toFixed(2);
}, 500);
});
},
@ -318,6 +318,8 @@
this.loadProgress = 100;
this.progressFlag = false;
this.progressStatus = "success";
this.refreshChange();
this.dialogFormVisible = false;
successMessage("批量导入成功!");
} else {
this.handleUploadError();

Loading…
Cancel
Save