PCqiandao
杨树林 5 years ago
parent ef061d4be8
commit 2ba8838587

@ -16,6 +16,9 @@ class Signindetails extends Component{
}
componentDidMount() {
this.mygetdatas()
}
mygetdatas=()=>{
const switattendance_id=this.props.switattendance_id;
let urls = `/weapps/attendances/${switattendance_id}.json`;
axios.get(urls).then((response) => {
@ -33,6 +36,7 @@ class Signindetails extends Component{
})
}
componentDidUpdate = (prevProps) => {
console.log("componentDidUpdate");

Loading…
Cancel
Save