Browse Source

fix: 保留选中treenode

temp
xuziqiang 2 months ago
parent
commit
e05a813a1e
  1. 2
      lib/component/tree/tree-api.vue

2
lib/component/tree/tree-api.vue

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

Loading…
Cancel
Save