为什么要清空选中列表?
This commit is contained in:
@@ -19151,7 +19151,6 @@ const _sfc_main$D = defineComponent({
|
||||
const slot = useSlots();
|
||||
slot.default && slot.default();
|
||||
const tableRef = ref();
|
||||
const s = "";
|
||||
const allChecked = ref(false);
|
||||
const hasChecked = ref(false);
|
||||
const tableDataSource = ref([...props.dataSource]);
|
||||
@@ -19258,8 +19257,6 @@ const _sfc_main$D = defineComponent({
|
||||
});
|
||||
watch(() => props.dataSource, () => {
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
tableSelectedKeys.value = [];
|
||||
tableSelectedKey.value = s;
|
||||
}, { deep: true });
|
||||
const changeAll = (isChecked) => {
|
||||
if (isChecked) {
|
||||
|
||||
Reference in New Issue
Block a user