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

@@ -19577,7 +19577,7 @@ const _sfc_main$D = defineComponent({
let tmp = { ...props.page };
tmp.total = tableDataSource.value.length;
emit("update:page", tmp);
sxlist.value = [];
sxlist.value = {};
change3({
limit: props.page.limit,
current: pagecurrent || props.page.current
@@ -19905,7 +19905,7 @@ const _sfc_main$D = defineComponent({
const soulleft = ref(0);
const selcolumn = ref({});
const soulkey = ref("");
const sxlist = ref([]);
const sxlist = ref({});
function showsoul(event, column, key) {
console.log(event);
soulleft.value = event.pageX;