@ -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");