52603 未符合项-导出,当选中一条数据进行导出时,导出文件弹框不输入就可以导出1条,当输入信息后就导出全部数据了

This commit is contained in:
宋伟佳
2022-04-15 14:26:37 +08:00
parent 5d25ec4587
commit 39f91e272d
@@ -95,6 +95,7 @@
tooltip-effect="dark"
height="100%"
border
ref="nonListSelection"
max-height="100%"
class="table"
v-loading="myLoading.loadData"
@@ -944,6 +945,7 @@ export default {
window.open(exportURL);
this.$message.success("导出信息成功");
}
this.$refs.nonListSelection.clearSelection()
this.exportModelFlag = false;
this.selectedList = [];
},