test table

This commit is contained in:
2023-06-28 16:56:40 +08:00
parent e4369a5f16
commit 025132edb0
4 changed files with 4 additions and 4 deletions

View File

@@ -19933,7 +19933,7 @@ const _sfc_main$D = defineComponent({
console.log("sxlist\u66F4\u65B0");
});
watch([() => sxlist, () => props.dataSource], (old, new1) => {
if (sxlist.value.length == 0) {
if (sxlist.value.keys().length == 0) {
return;
}
let list = [...props.dataSource];