diff --git a/src/views/product/index.vue b/src/views/product/index.vue index e7c63e2..feb6cc8 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -34,7 +34,7 @@ const tableData = ref([]) const projectList = ref([]) const currentPage = ref(1) -const pageSize = ref(20) +const pageSize = ref(15) const total = ref(0) @@ -293,7 +293,7 @@ onBeforeRouteLeave(