diff --git a/src/views/components/commonBookTags/shopproduct.vue b/src/views/components/commonBookTags/shopproduct.vue index 1020598..b8d045d 100644 --- a/src/views/components/commonBookTags/shopproduct.vue +++ b/src/views/components/commonBookTags/shopproduct.vue @@ -21,9 +21,7 @@ label-width="20px" style="width: 80px !important" > - 查询 + 查询 @@ -87,7 +85,7 @@ @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="current" - :page-sizes="[50, 100, 200]" + :page-sizes="pageSizes ? pageSizes : [50, 100, 200]" :page-size="limit" layout="total, sizes, prev, pager, next, jumper" :total="total" @@ -139,7 +137,8 @@ -