feat: 解决批量删除之后选中数据清除问题

This commit is contained in:
xuziqiang
2024-07-01 16:04:12 +08:00
parent 7eb8ba79f8
commit 2d9fc62d86
4 changed files with 19 additions and 5 deletions

View File

@@ -72,8 +72,11 @@
},
setup(props) {
const { columnActions, searchData, data } = toRefs(props);
const reload = inject('reload', () => {});
const { filterAction, transformAction } = useAction({ reload });
const clearCheck = inject('clearCheck', () => {});
const { filterAction, transformAction } = useAction({ reload, clearCheck });
const route = useRoute();
const getData = computed(() => {
return {