n20-common-lib 2.7.9 → 2.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "2.7.9",
3
+ "version": "2.7.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -176,7 +176,7 @@ export default {
176
176
  errorListC: [],
177
177
  page: {
178
178
  current: 1,
179
- pageSize: 6,
179
+ pageSize: 20,
180
180
  total: 0
181
181
  },
182
182
  index: 0