test table

This commit is contained in:
2023-06-28 14:36:16 +08:00
parent c7f91d9c7e
commit 001667587f
4 changed files with 4 additions and 1 deletions

View File

@@ -272,6 +272,7 @@ const tableSelectedKey: WritableComputedRef<string> = computed({
watch(
() => props.dataSource,
() => {
console.log("table数据更新")
tableDataSource.value = [...props.dataSource];
// if(!props.page){
// datalist.value = [...props.dataSource]