|
@ -304,7 +304,7 @@ export default { |
|
|
const config = reactive(props.config); |
|
|
const config = reactive(props.config); |
|
|
// 分页
|
|
|
// 分页
|
|
|
const pageModel = reactive({ |
|
|
const pageModel = reactive({ |
|
|
sizeList: [10, 50, 100, 500], |
|
|
sizeList: [10, 100, 1000, 10000], |
|
|
pageIndex: 1, |
|
|
pageIndex: 1, |
|
|
pageSize: 10, |
|
|
pageSize: 10, |
|
|
total: 0, |
|
|
total: 0, |
|
|