@@ -260,6 +260,7 @@
});
function changeTable(val: string) {
tableType.value = val;
+ clearSelectedRowKeys()
reload();
}
async function handleCopy(record: Recordable) {