This commit is contained in:
CHIEFSOFT\ameye
2023-11-24 11:02:48 -05:00
parent 0a96755a50
commit b8f6b3d096
+1 -1
View File
@@ -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);