test table

This commit is contained in:
2023-06-28 16:48:43 +08:00
parent e522bb54ce
commit e4369a5f16
4 changed files with 4 additions and 4 deletions

View File

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