bhd-components 0.7.25 → 0.7.26

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.
@@ -56,7 +56,9 @@ const TeacherList = (props)=>{
56
56
  }
57
57
  http.get(`${urllocation}/chat-service/public/v1.0/teachers`, {
58
58
  params: {
59
- name: val
59
+ name: val,
60
+ page: page.current,
61
+ maxPageSize: 100000
60
62
  }
61
63
  }).then((res)=>{
62
64
  console.log(res);
@@ -57,7 +57,9 @@ var TeacherList = function(props) {
57
57
  }
58
58
  http.get("".concat(urllocation, "/chat-service/public/v1.0/teachers"), {
59
59
  params: {
60
- name: val
60
+ name: val,
61
+ page: page.current,
62
+ maxPageSize: 100000
61
63
  }
62
64
  }).then(function(res) {
63
65
  console.log(res);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.7.25",
3
+ "version": "0.7.26",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",