Commit 33d80968 authored by yanglilong's avatar yanglilong

Merge branch '230920bug' into 'master'

querySendReceipList接口pageSize为200

See merge request !74
parents ceb3e71a c40de047
...@@ -235,7 +235,7 @@ export default { ...@@ -235,7 +235,7 @@ export default {
isEditNewBill: false, //是否在新建账单 isEditNewBill: false, //是否在新建账单
pagination: { pagination: {
pageNum: 1, pageNum: 1,
pageSize: 100, pageSize: 200,
total: 0, total: 0,
}, },
editFormObj: { editFormObj: {
......
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