device status default:offline

develop
pnoker 4 years ago
parent 1bb40fbdc7
commit ef83a6d691

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

Loading…
Cancel
Save