merge changes

This commit is contained in:
gandhimathi 2018-10-16 11:08:48 +05:30
parent c2705e466c
commit 37ab34c0ef

View File

@ -283,7 +283,7 @@ export class AddPdComponent implements OnInit, OnDestroy {
this.lengthCheckToaddMore=1;
}
}
submitPdDetails(formValue: any, status:boolean) {
submitPdDetails(formValue: any, status:string) {
if(this._PDtriggerForm.valid){
// let my_array = this.PDtriggerForm.value;
// Object.keys(my_array).forEach((key) => ( my_array[key] == null) && delete my_array[key]);