pd service file changes : kdk

This commit is contained in:
dineshkumarkannan 2018-11-09 15:44:31 +05:30
parent b0eb053f40
commit e36bf9450d

View File

@ -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', []))
)