Commit 6fa07c3b by Thews

20231213wangwansu

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