test table

This commit is contained in:
2023-06-28 16:59:51 +08:00
parent 025132edb0
commit 6460676ec9
4 changed files with 8 additions and 8 deletions

View File

@@ -346,7 +346,7 @@ watch(tableDataSource, () => {
tmp.total = tableDataSource.value.length;
emit("update:page", tmp);
// tableDataSource.value = endlist
sxlist.value = [];
sxlist.value = {};
change({
limit: props.page.limit,
current: pagecurrent || props.page.current,
@@ -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;