|
|
@@ -565,6 +565,7 @@ export default {
|
|
|
this.upload.isUploading = false;
|
|
|
this.$refs.upload.clearFiles();
|
|
|
this.$alert("<div style='overflow: auto;overflow-x: hidden;max-height: 70vh;padding: 10px 20px 0;'>" + response.msg + "</div>", "导入结果", { dangerouslyUseHTMLString: true });
|
|
|
+ this.$modal.closeLoading()
|
|
|
this.getList();
|
|
|
},
|
|
|
buildSubmitData() {
|
|
|
@@ -595,6 +596,7 @@ export default {
|
|
|
},
|
|
|
// 提交上传文件
|
|
|
submitFileForm() {
|
|
|
+ this.$modal.loading("导入中请稍后")
|
|
|
this.$refs.upload.submit();
|
|
|
}
|
|
|
}
|