Commit 4b18951c authored by yanglilong's avatar yanglilong

Merge branch 'yll-fix-1' into 'master'

fix(custom): 理赔件管理详情一页超过200改为500

See merge request !86
parents 754b4587 302cc1da
...@@ -392,7 +392,7 @@ export default { ...@@ -392,7 +392,7 @@ export default {
isEditNewBill: false, //是否在新建账单 isEditNewBill: false, //是否在新建账单
pagination: { pagination: {
pageNum: 1, pageNum: 1,
pageSize: 200, pageSize: 500,
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