Commit 4693ce03 authored by sujie@126.com's avatar sujie@126.com

dd

parent 958c7880
......@@ -37,6 +37,25 @@ class SjdMenu extends React.Component {
fatherId,
},
});
dispatch({
type: 'classmgt/updateState',
payload: {
classListQueryParams: {
school_id: 0,
page: 1,
perPage: 10,
title: '',
teacher_id: '',
course_id: '',
class_room_id: '',
graduation_status: 0,
assign_class_status: 0,
extra: 'course,class_room',
student_id: '',
my: '',
},
},
});
}
goHome = () => {
const { dispatch } = this.props;
......
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