test table
This commit is contained in:
parent
85769bf2a8
commit
0a1d29ffb8
@ -1131,6 +1131,10 @@ const _sfc_main = defineComponent({
|
|||||||
tmp.total = tableDataSource.value.length;
|
tmp.total = tableDataSource.value.length;
|
||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
sxlist.value = {};
|
sxlist.value = {};
|
||||||
|
change({
|
||||||
|
limit: props.page.limit,
|
||||||
|
current: props.page.current
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const change = function(page) {
|
const change = function(page) {
|
||||||
|
@ -19578,6 +19578,10 @@ const _sfc_main$D = defineComponent({
|
|||||||
tmp.total = tableDataSource.value.length;
|
tmp.total = tableDataSource.value.length;
|
||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
sxlist.value = {};
|
sxlist.value = {};
|
||||||
|
change3({
|
||||||
|
limit: props.page.limit,
|
||||||
|
current: props.page.current
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const change3 = function(page) {
|
const change3 = function(page) {
|
||||||
|
@ -347,10 +347,11 @@ watch(tableDataSource, () => {
|
|||||||
emit("update:page", tmp);
|
emit("update:page", tmp);
|
||||||
// tableDataSource.value = endlist
|
// tableDataSource.value = endlist
|
||||||
sxlist.value = {};
|
sxlist.value = {};
|
||||||
// change({
|
// pagecurrent ||
|
||||||
// limit: props.page.limit,
|
change({
|
||||||
// current: pagecurrent || props.page.current,
|
limit: props.page.limit,
|
||||||
// });
|
current: props.page.current,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
let pagecurrent: number;
|
let pagecurrent: number;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user