bhd-components 0.7.23 → 0.7.24

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.
@@ -58,7 +58,7 @@ const TeacherList = (props)=>{
58
58
  params: {
59
59
  name: val,
60
60
  page: page.current,
61
- maxPageSize: 99
61
+ maxPageSize: 100000
62
62
  }
63
63
  }).then((res)=>{
64
64
  console.log(res);
@@ -59,7 +59,7 @@ var TeacherList = function(props) {
59
59
  params: {
60
60
  name: val,
61
61
  page: page.current,
62
- maxPageSize: 99
62
+ maxPageSize: 100000
63
63
  }
64
64
  }).then(function(res) {
65
65
  console.log(res);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",