fix table
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user