|
@@ -241,12 +241,15 @@ export default {
|
|
|
//导入前判断
|
|
|
var self = this;
|
|
|
self.uploadXlsData.routeId = self.routeId;
|
|
|
+ self.xlsLoading = true;
|
|
|
+ self.loading = true;
|
|
|
},
|
|
|
//批量导入-上传成功
|
|
|
handleBatchImportSuccess(response, file, fileList) {
|
|
|
var self = this;
|
|
|
+ self.xlsLoading = false;
|
|
|
+ self.loading = false;
|
|
|
if (response.result) {
|
|
|
- self.xlsLoading = false;
|
|
|
self.$message.success(response.message);
|
|
|
this.batchImportFileList = [];
|
|
|
this.changePage();
|