end pt
This commit is contained in:
@@ -126,7 +126,7 @@ export class JobreviewPage implements OnInit {
|
||||
job_action:actionType
|
||||
};
|
||||
loading.present();
|
||||
this.wrenchService.getMyFiles(this.reqData).subscribe(
|
||||
this.wrenchService.activeJobStatus(this.reqData).subscribe(
|
||||
doJobActionResponse => {
|
||||
this.doJobActionResponse = doJobActionResponse;
|
||||
console.log("doJobAction RETURN->", this.doJobActionResponse);
|
||||
|
||||
Reference in New Issue
Block a user