fimamce changes
This commit is contained in:
parent
16fcb365bd
commit
9db05f7dcc
@ -46,7 +46,6 @@ export class FinancialInfoComponent implements OnInit {
|
||||
params.pd_id = this.pdid;
|
||||
params.pd_form_id = this.form_id;
|
||||
this._pd.retriveForm(params).subscribe(value => {
|
||||
console.log('value', value);
|
||||
const financial_date = <FormArray>this.financialForm.controls['date_per_financial'];
|
||||
const estimated_val = <FormArray>this.financialForm.controls['estimated_value'];
|
||||
if (value.status == 200) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user