Merge branch 'master' of bitbucket.org:venbainformationtechnology/appointments_frontend

This commit is contained in:
bitbucket 2023-05-03 12:11:59 +05:30
commit ea0cac52f3
2 changed files with 6 additions and 2 deletions

View File

@ -425,7 +425,7 @@ export class DialogBoxComponent implements OnInit {
getSlots(){
let id = localStorage.getItem('user_id')
let params ={"id": id}
let params ={"id": id,'addcount':0}
this._app.getSlots(params).subscribe((res:any) => {
if (res.status == 200) {
console.log(res)

View File

@ -285,7 +285,11 @@ unavailability(action,obj) {
this.userName = this.usersList.userName
this.gender=this.practitionerdetails.gender
this.description=this.practitionerdetails.description
if(this.userRole == 'PRACTITIONER'){
let dataDays = this.practitionerdetails.days
localStorage.setItem('advanced_slot_days',dataDays)
console.log(dataDays)
}
this.caption = this.practitionerdetails.caption
// this.dob=this.practitionerdetails.dob
this.exp=this.practitionerdetails.exp