|
@@ -349,6 +349,7 @@
|
|
|
if ("SecurityError" != e.name) {
|
|
|
return;
|
|
|
}
|
|
|
+ this.tableloading = false;
|
|
|
}
|
|
|
}
|
|
|
//this.submitUpload();
|
|
@@ -370,14 +371,17 @@
|
|
|
offset : 70
|
|
|
});
|
|
|
this.attachmentVisible = false;
|
|
|
+ this.tableloading = false;
|
|
|
this.closeDeal();
|
|
|
} else {
|
|
|
this.$message.error({message : response.data.message, offset : 70});
|
|
|
+ this.tableloading = false;
|
|
|
}
|
|
|
}
|
|
|
}).catch(err => {
|
|
|
console.log(err)
|
|
|
this.$message.error({message : '请求失败!', offset : 70});
|
|
|
+ this.tableloading = false;
|
|
|
})
|
|
|
},
|
|
|
|