Commit 09c1c6dd by zhangleyuan

feat:处理助教的翻页问题

parent 7e585057
......@@ -20,7 +20,7 @@ import moment from 'moment';
import './AddLiveClass.less';
const defaultTeacherQuery = {
size: 10,
size: 15,
current: 1,
nickName:null
}
......@@ -69,6 +69,7 @@ class AddLiveClass extends React.Component {
this.setState({
hasNext,
teacherList: list,
teacherQuery:{..._query}
})
});
}
......@@ -95,6 +96,7 @@ class AddLiveClass extends React.Component {
this.setState({
assistantHasNext:hasNext,
assistantList: list,
assistantQuery:{..._query}
})
});
}
......
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