52603 未符合项-导出,当选中一条数据进行导出时,导出文件弹框不输入就可以导出1条,当输入信息后就导出全部数据了
This commit is contained in:
@@ -95,6 +95,7 @@
|
|||||||
tooltip-effect="dark"
|
tooltip-effect="dark"
|
||||||
height="100%"
|
height="100%"
|
||||||
border
|
border
|
||||||
|
ref="nonListSelection"
|
||||||
max-height="100%"
|
max-height="100%"
|
||||||
class="table"
|
class="table"
|
||||||
v-loading="myLoading.loadData"
|
v-loading="myLoading.loadData"
|
||||||
@@ -944,6 +945,7 @@ export default {
|
|||||||
window.open(exportURL);
|
window.open(exportURL);
|
||||||
this.$message.success("导出信息成功");
|
this.$message.success("导出信息成功");
|
||||||
}
|
}
|
||||||
|
this.$refs.nonListSelection.clearSelection()
|
||||||
this.exportModelFlag = false;
|
this.exportModelFlag = false;
|
||||||
this.selectedList = [];
|
this.selectedList = [];
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user