diff --git a/src/views/inspect/inspecttemplate/index.vue b/src/views/inspect/inspecttemplate/index.vue index db31588..5aa0cfa 100644 --- a/src/views/inspect/inspecttemplate/index.vue +++ b/src/views/inspect/inspecttemplate/index.vue @@ -119,6 +119,13 @@ + + @@ -142,7 +149,7 @@ const total = ref(0) // 列表的总页数 const categoryOptions = ref([]) // 类别选项 const queryParams = reactive({ pageNo: 1, - pageSize: 10, + pageSize: 50, id: undefined, type: undefined, status: undefined,