test table
This commit is contained in:
@@ -19926,13 +19926,13 @@ const _sfc_main$D = 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user