test table
This commit is contained in:
@@ -1130,7 +1130,7 @@ const _sfc_main = defineComponent({
|
||||
let tmp = { ...props.page };
|
||||
tmp.total = tableDataSource.value.length;
|
||||
emit("update:page", tmp);
|
||||
sxlist.value = [];
|
||||
sxlist.value = {};
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current
|
||||
@@ -1458,7 +1458,7 @@ const _sfc_main = 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;
|
||||
|
||||
Reference in New Issue
Block a user