Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-15 16:37:01 +08:00
54 changed files with 487 additions and 646 deletions
@@ -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 = [];
},