test table
This commit is contained in:
@@ -347,10 +347,10 @@ watch(tableDataSource, () => {
|
||||
emit("update:page", tmp);
|
||||
// tableDataSource.value = endlist
|
||||
sxlist.value = {};
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current,
|
||||
});
|
||||
// change({
|
||||
// limit: props.page.limit,
|
||||
// current: pagecurrent || props.page.current,
|
||||
// });
|
||||
}
|
||||
});
|
||||
let pagecurrent: number;
|
||||
@@ -817,9 +817,10 @@ watch(
|
||||
});
|
||||
} else {
|
||||
tableDataSource.value = endlist;
|
||||
// pagecurrent ||
|
||||
change({
|
||||
limit: props.page.limit,
|
||||
current: pagecurrent || props.page.current,
|
||||
current: props.page.current,
|
||||
isReload: true,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user