|
@@ -645,7 +645,8 @@ import { error } from 'dingtalk-jsapi';
|
|
|
showImportResult:false,
|
|
|
widthHtval: document.body.clientWidth - 230,
|
|
|
deleteSelList: [],
|
|
|
- chosenProjectsChecked: false
|
|
|
+ chosenProjectsChecked: false,
|
|
|
+ exportDataProcessing: false,
|
|
|
};
|
|
|
},
|
|
|
methods: {
|
|
@@ -1319,7 +1320,7 @@ import { error } from 'dingtalk-jsapi';
|
|
|
}
|
|
|
},
|
|
|
error => {
|
|
|
- this.listLoading = false;
|
|
|
+ this.exportDataProcessing = false;
|
|
|
this.$message({
|
|
|
message: error,
|
|
|
type: "error"
|