|
|
|
@ -1077,13 +1077,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// debugger
|
|
|
|
|
let urll = `/homework_commons/${homeworkid}/works_list.json`;
|
|
|
|
|
var datasysl = {
|
|
|
|
|
search: "",
|
|
|
|
|
order: "",
|
|
|
|
|
search: this.state.searchtext,
|
|
|
|
|
order: this.state.orders,
|
|
|
|
|
b_order: "desc",
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 20,
|
|
|
|
|
work_status: "",
|
|
|
|
|
course_group: "",
|
|
|
|
|
page: this.state.page,
|
|
|
|
|
limit: this.state.limit,
|
|
|
|
|
work_status: this.state.course_groupyslstwo,
|
|
|
|
|
course_group: this.state.checkedValuesineinfo,
|
|
|
|
|
}
|
|
|
|
|
axios.post(urll, datasysl).then((result) => {
|
|
|
|
|
console.log("980000000____________________");
|
|
|
|
|