fix:分组管理逻辑补充

This commit is contained in:
xuziqiang
2024-07-15 17:15:59 +08:00
parent 2fe6bb6d81
commit dac2e095e1
3 changed files with 5 additions and 2 deletions

View File

@@ -45,6 +45,7 @@
const clearData = () => {
dataSource.value = [];
targetKeys.value = [];
currentId.value = '';
};
const toggle = () => {
visible.value = !visible.value;