pd service file changes : kdk
This commit is contained in:
parent
b0eb053f40
commit
e36bf9450d
@ -266,7 +266,7 @@ getPDFormDetailsWithID(pdID, formID ):Observable<any> {
|
||||
// saveData[0].fk_updatedby = this._aws.getlocale();
|
||||
// saveData[0].updatedon = currentdate;
|
||||
|
||||
return this._http.post<any>(this.apiUrl+"savePDQuestions",{"records1":saveData})
|
||||
return this._http.post<any>(this.apiUrl+"savePDQuestions",{"records":saveData})
|
||||
.pipe(
|
||||
catchError(this.handleError('operation', []))
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user