test table

This commit is contained in:
2023-06-28 16:45:49 +08:00
parent 57b59c5c46
commit e522bb54ce
4 changed files with 7 additions and 7 deletions

View File

@@ -1479,13 +1479,13 @@ const _sfc_main = defineComponent({
sortTable(event, selcolumn.value.key, "desc", true);
}
function sx(e) {
console.log("\u7B5B\u9009\u4E8B\u4EF6");
console.log("\u7B5B\u9009\u4E8B\u4EF6", e);
sxlist.value[e.key] = e.list;
}
watch(sxlist, () => {
console.log("sxlist\u66F4\u65B0");
});
watch([sxlist, () => props.dataSource], (old, new1) => {
watch([() => sxlist, () => props.dataSource], (old, new1) => {
if (sxlist.value.length == 0) {
return;
}