fix: 保留选中treenode

This commit is contained in:
xuziqiang
2024-07-26 13:56:39 +08:00
parent 008f73c706
commit e05a813a1e

View File

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