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