feat: 解决批量删除之后选中数据清除问题
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user