fix table

This commit is contained in:
2023-06-28 16:23:15 +08:00
parent 8a9cd750ae
commit 431f5e189d
4 changed files with 10 additions and 4 deletions

View File

@@ -759,7 +759,7 @@ const soultop = ref(0);
const soulleft = ref(0);
const selcolumn = ref<any>({});
const soulkey = ref("");
const sxlist: any = ref({});
const sxlist: any = ref([]);
function showsoul(event: MouseEvent, column: any, key: string) {
console.log(event);
soulleft.value = event.pageX;
@@ -822,6 +822,8 @@ watch(
isReload: true
});
}
},{
deep: true
}
);
window.addEventListener("click", heddin);