@ -71,7 +71,7 @@
});
const formFinish = debounce((data: object) => {
selectedKeys.value = [];
// selectedKeys.value = [];
getData(data);
}, 200);