PCqiandao
杨树林 5 years ago
parent 0d1527efd6
commit 42d86ad318

@ -38,7 +38,18 @@ class Detailss extends Component{
}
componentDidMount() {
const switattendance_id=this.props.switattendance_id;
let urls = `/weapps/attendances/${switattendance_id}.json`;
axios.get(urls).then((response) => {
//.log(response);
if(response){
if(response.data){
console.log("历史数据")
console.log(response.data)
}
}
})
}
componentDidUpdate = (prevProps) => {

@ -36,7 +36,7 @@ class Teacherentry extends Component {
<React.Fragment>
<div className={index===0?"ws100s edu-back-white ": "ws100s edu-back-white mt20"}>
<div className="ws100s teacherentrydiv ">
<p className="ws100s teachedivp ymaxnamewidthdivp">
<p className="ws100s teachedivp ymaxnamewidthdivp xiaoshou" onClick={()=>this.props.qiandaoxiangq(true,item.id)}>
{
item.name
}

@ -167,7 +167,6 @@
.posiivsiconmyss{
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: bold;
color: #999999;
}
.xiaoshou{

Loading…
Cancel
Save