job interest

This commit is contained in:
CHIEFSOFT\ameye
2023-11-18 18:40:03 -05:00
parent d036edc4d8
commit 6b9d84cc18
2 changed files with 10 additions and 1 deletions
@@ -22,6 +22,10 @@ export class JobinterestPage implements OnInit {
) {}
ngOnInit() {
this.curr_session = this.sessionDataProviderService.session;
// this.getManagerOffersData();
}
ionViewDidEnter(){
this.getManagerOffersData();
}
@@ -98,8 +98,13 @@ array (size=8)
reqResult => {
reqResult = reqResult;
console.log("reqResult RETURN->", reqResult);
// debugger;
if (reqResult != null && reqResult.internal_return> 0 ){
alert("Completed");
//alert("Completed");
thisObj.onBack();
}
else{
// will plan a message anyway
thisObj.onBack();
}
});