@ -168,7 +168,7 @@ export default {
};
let res = await requestPost(url, parm);
if (res.code == 0) {
if (res.data === 100) {
if (res.data >= 100) {
this.stopTimer();
this.$emit('successImport')
}else{
@ -91,7 +91,12 @@ export default {
this.progressNum = 100;
},
updateProgress(num) {
this.progressNum = num;
if(num > 100){
this.progress = 3;
}
updateoperatorName({ operatorName, createdTime }) {
this.operatorName = operatorName;