|
@@ -131,7 +131,7 @@ const tableColumns = [
|
|
];
|
|
];
|
|
// 表格分页数据
|
|
// 表格分页数据
|
|
const tablePagination = computed(() => ({
|
|
const tablePagination = computed(() => ({
|
|
- total: serviceRecordsTotal,
|
|
|
|
|
|
+ total: serviceRecordsTotal.value,
|
|
current: searchParams.pageIndex,
|
|
current: searchParams.pageIndex,
|
|
pageSize: searchParams.pageSize,
|
|
pageSize: searchParams.pageSize,
|
|
showSizeChanger: true,
|
|
showSizeChanger: true,
|