diff --git a/src/views/shop/cabinet-goods/index.vue b/src/views/shop/cabinet-goods/index.vue index afa39d1..6dbd93f 100644 --- a/src/views/shop/cabinet-goods/index.vue +++ b/src/views/shop/cabinet-goods/index.vue @@ -28,7 +28,7 @@ const searchFormParams = ref({ }); const pagination = ref({ - pageSize: 10, + pageSize: 5, currentPage: 1, total: 0 }); @@ -231,13 +231,13 @@ const handleClearGoods = async (row: CabinetCellDTO) => { - -