Commit e7775e16 authored by 刘怀志's avatar 刘怀志

65212 挂号管理-新增挂号,选择宠物下方列表显示的数据数量不正确

parent d1498263
...@@ -112,6 +112,7 @@ ...@@ -112,6 +112,7 @@
:limit.sync="queryParams.pageSize" :limit.sync="queryParams.pageSize"
:page.sync="queryParams.pageNum" :page.sync="queryParams.pageNum"
:total="total" :total="total"
:pageSizes="[6,20,50]"
@pagination="getList" @pagination="getList"
/> />
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
...@@ -169,7 +170,7 @@ export default { ...@@ -169,7 +170,7 @@ export default {
queryParams: { queryParams: {
// 导出列表 // 导出列表
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 6,
petCode: '', petCode: '',
ownerName: '', ownerName: '',
phone: '', phone: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment