|
|
|
@ -2627,9 +2627,11 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
this.setState({
|
|
|
|
|
loadingstate: true
|
|
|
|
|
loadingstate: true,
|
|
|
|
|
page:1,
|
|
|
|
|
limit:20,
|
|
|
|
|
})
|
|
|
|
|
this.Startsortingt(this.state.orders, this.state.course_groupyslstwo, this.state.checkedValuesineinfo, value, this.state.page, this.state.limit);
|
|
|
|
|
this.Startsortingt(this.state.orders, this.state.course_groupyslstwo, this.state.checkedValuesineinfo, value, 1,20);
|
|
|
|
|
// console.log(value)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2641,9 +2643,11 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// this.onSearch();
|
|
|
|
|
// console.log("使用了回车键");
|
|
|
|
|
this.setState({
|
|
|
|
|
loadingstate: true
|
|
|
|
|
loadingstate: true,
|
|
|
|
|
page:1,
|
|
|
|
|
limit:20,
|
|
|
|
|
})
|
|
|
|
|
this.Startsortingt(this.state.orders, this.state.course_groupyslstwo, this.state.checkedValuesineinfo, this.state.searchtext, this.state.page, this.state.limit);
|
|
|
|
|
this.Startsortingt(this.state.orders, this.state.course_groupyslstwo, this.state.checkedValuesineinfo, this.state.searchtext, 1,20);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
//排序
|
|
|
|
|