test table
This commit is contained in:
@@ -19584,9 +19584,6 @@ const _sfc_main$D = defineComponent({
|
||||
});
|
||||
}
|
||||
});
|
||||
watch(() => props.page, () => {
|
||||
console.log(props.page, 342);
|
||||
});
|
||||
let pagecurrent;
|
||||
const change3 = function(page) {
|
||||
if (props.serverpage) {
|
||||
@@ -19934,8 +19931,8 @@ const _sfc_main$D = defineComponent({
|
||||
watch(sxlist, () => {
|
||||
console.log("sxlist\u66F4\u65B0");
|
||||
});
|
||||
watch([sxlist, () => props.dataSource], () => {
|
||||
console.log(JSON.stringify(sxlist.value), JSON.stringify(props.dataSource));
|
||||
watch([sxlist, () => props.dataSource], (old, new1) => {
|
||||
console.log(JSON.stringify(sxlist.value), JSON.stringify(props.dataSource), old[0] == new1[0], old[1] == new1[1]);
|
||||
let list = [...props.dataSource];
|
||||
let endlist = [];
|
||||
for (let i in sxlist.value) {
|
||||
|
||||
Reference in New Issue
Block a user