test table

This commit is contained in:
2023-06-28 15:43:29 +08:00
parent e02298f097
commit ca6573f1f4
4 changed files with 14 additions and 14 deletions

View File

@@ -99,6 +99,7 @@ const tableRef = ref();
const datalist = ref([...props.dataSource]);
console.log(datalist.value, 97);
console.log("表格初始化", 97);
const s = "";
const allChecked = ref(false);
const hasChecked = ref(false);
@@ -824,7 +825,6 @@ watch(
isReload: true
});
}
console.log("筛选", endlist);
}
);
window.addEventListener("click", heddin);