zhanbo.xu

feat: 优化导出

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