dev_hjm_a
杨树林 5 years ago
parent fb6d28683e
commit a91cf878c0

@ -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);
}
}
//排序

Loading…
Cancel
Save