Commit 620c9ef4 authored by Mac's avatar Mac

一页数据15条改为50条

parent ae5d6da4
...@@ -235,7 +235,7 @@ ...@@ -235,7 +235,7 @@
}, },
queryMsg: { queryMsg: {
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 50,
LineID: 0, LineID: 0,
ltID: 0, ltID: 0,
OutBranchId: -1, OutBranchId: -1,
......
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
}, },
queryMsg: { queryMsg: {
pageIndex: 1, pageIndex: 1,
pageSize: 15, pageSize: 50,
LineID: 0, LineID: 0,
ltID: 0, ltID: 0,
OutBranchId: -1, OutBranchId: -1,
......
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