|
|
@ -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();
|
|
|
|