|
@@ -58,7 +58,7 @@ onActivated(() => {
|
|
const isReportDrawer = ref(false)
|
|
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 }) => {
|
|
const pageChange = ({ current, size }) => {
|