service details changes : kdk
This commit is contained in:
parent
8a1b569fec
commit
1993286986
@ -46,8 +46,9 @@ export class PdTrigerService {
|
||||
catchError(this.handleError('role', []))
|
||||
)
|
||||
}
|
||||
saveForm(records): Observable<any> {
|
||||
saveForm(records: any): Observable<any> {
|
||||
console.log('table', records);
|
||||
records.fk_createdby = this._aws.getlocale();
|
||||
let params = {records}
|
||||
return this._http.post(this.apiUrl + 'savePDFormDetails', params)
|
||||
.pipe(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user