|
|
|
@ -1673,35 +1673,13 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
componentDidCatch(error, info) {
|
|
|
|
|
// console.log("-----------------------------905错误信息");
|
|
|
|
|
// console.log(error);
|
|
|
|
|
// console.log(info);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// componentWillReceiveProps(nextProps) {
|
|
|
|
|
// console.log("+++++++++916");
|
|
|
|
|
// console.log(nextProps);
|
|
|
|
|
// console.log(this.props)
|
|
|
|
|
// // console.log(this.props.isAdmin());
|
|
|
|
|
// if (nextProps.code_review != this.props.code_review) {
|
|
|
|
|
// if (nextProps.code_review !== undefined) {
|
|
|
|
|
// console.log("diaoyonglwangluo1");
|
|
|
|
|
// if(this.props.isAdmin() === true){
|
|
|
|
|
// this.tearchar();
|
|
|
|
|
// }else{
|
|
|
|
|
// this.student();
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
componentDidMount() {
|
|
|
|
|
// console.log("componentDidMount ");
|
|
|
|
|
// console.log("调用子组件 ");
|
|
|
|
|
// console.log(this.props);
|
|
|
|
|
// console.log(this.props.isAdmin())
|
|
|
|
|
this.student();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|