Commit 6fa07c3b by Thews

20231213wangwansu

1 parent f5ebc51a
...@@ -481,6 +481,7 @@ export default { ...@@ -481,6 +481,7 @@ export default {
this.getList(); this.getList();
} }
}); });
}).catch(() => {
}); });
}else if (type == "pushAll") { }else if (type == "pushAll") {
if (this.selectList.length <= 0) { if (this.selectList.length <= 0) {
...@@ -514,8 +515,11 @@ export default { ...@@ -514,8 +515,11 @@ export default {
archiEleRelId: "", archiEleRelId: "",
relName: "", relName: "",
} }
this.$refs.multipleTable1.clearSelection(); this.$nextTick(() => {
this.$refs.multipleTable2.clearSelection(); this.$refs.multipleTable1.clearSelection();
this.$refs.multipleTable2.clearSelection();
});
this.selectData1 = []; this.selectData1 = [];
this.selectData2 = []; this.selectData2 = [];
this.selectData3 = []; this.selectData3 = [];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!