zhanbo.xu

feat: 优化导出

...@@ -1095,10 +1095,10 @@ export default { ...@@ -1095,10 +1095,10 @@ export default {
1095 }, 1095 },
1096 //导出 1096 //导出
1097 downloadData() { 1097 downloadData() {
1098 - if (!this.selected.length) { 1098 + // if (!this.selected.length) {
1099 - this.alertWarningMsg("请选择数据!"); 1099 + // this.alertWarningMsg("请选择数据!");
1100 - return; 1100 + // return;
1101 - } 1101 + // }
1102 this.loadings.exportDeclareLoading = true; 1102 this.loadings.exportDeclareLoading = true;
1103 this.$store 1103 this.$store
1104 .dispatch("GetInfo") 1104 .dispatch("GetInfo")
......