|
@@ -514,8 +514,8 @@ const pagination = reactive(
|
|
|
);
|
|
);
|
|
|
// 分页相关的请求参数
|
|
// 分页相关的请求参数
|
|
|
const request = props.contentConfig.request ?? {
|
|
const request = props.contentConfig.request ?? {
|
|
|
- page_no: 1,
|
|
|
|
|
- page_size: 10,
|
|
|
|
|
|
|
+ page_no: "page_no",
|
|
|
|
|
+ page_size: "page_size",
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
const tableRef = ref<TableInstance>();
|
|
const tableRef = ref<TableInstance>();
|