service details changes : kdk

This commit is contained in:
dineshkumarkannan 2018-11-08 21:01:51 +05:30
parent 8a1b569fec
commit 1993286986

View File

@ -46,8 +46,9 @@ export class PdTrigerService {
catchError(this.handleError('role', [])) catchError(this.handleError('role', []))
) )
} }
saveForm(records): Observable<any> { saveForm(records: any): Observable<any> {
console.log('table', records); console.log('table', records);
records.fk_createdby = this._aws.getlocale();
let params = {records} let params = {records}
return this._http.post(this.apiUrl + 'savePDFormDetails', params) return this._http.post(this.apiUrl + 'savePDFormDetails', params)
.pipe( .pipe(