merge changes
This commit is contained in:
parent
c2705e466c
commit
37ab34c0ef
@ -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]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user