@@ -58,7 +58,7 @@ onActivated(() => {
const isReportDrawer = ref(false)
//搜索表单
-const searchForm = ref({ current: 1, size: 10, total: 0 })
+const searchForm = ref({ current: 1, size: 20, total: 0 })
//分页
const pageChange = ({ current, size }) => {
@@ -108,7 +108,7 @@ const selectPeriod = (val)=>{
}
const searchForm = ref({
- current: 1, size: 10, total: 0,
+ current: 1, size: 20, total: 0,
})
@@ -92,7 +92,7 @@ onActivated(() => {
@@ -129,7 +129,7 @@ onActivated(async () => {
- meterPeriodId: null, current: 1, size: 10, total: 0,
+ meterPeriodId: null, current: 1, size: 20, total: 0,
//计量期
@@ -97,7 +97,7 @@ onActivated(() => {
@@ -121,7 +121,7 @@ const getKey1Data = async ()=>{