From 460ae97a8640c1b99dc142f3c7e827cef5431c2b Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Sat, 30 Mar 2019 09:36:57 +0530 Subject: [PATCH] emp info : ps --- .../pd-question/pd-question-emp-info/pd-question-emp-info.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/pd-question/pd-question-emp-info/pd-question-emp-info.ts b/src/pages/pd-question/pd-question-emp-info/pd-question-emp-info.ts index 527781f7..c98888ed 100755 --- a/src/pages/pd-question/pd-question-emp-info/pd-question-emp-info.ts +++ b/src/pages/pd-question/pd-question-emp-info/pd-question-emp-info.ts @@ -286,7 +286,7 @@ export class PdQuestionEmpInfoPage { checkWithExistYear(e) { let data1 = this.company_list.filter(c => c.company_name == e.split('-')[1])[0]; - // console.log(data1); + console.log('this.generalExistBusinessMonth',this.generalExistBusinessMonth); console.log('this.generalExistBusinessYear',this.generalExistBusinessYear); if(data1.business_month != null && data1.business_month != '' && data1.business_month != undefined){ @@ -297,8 +297,7 @@ export class PdQuestionEmpInfoPage { } this.employmentForm.controls['how_long_year'].setValidators([Validators.max(this.generalExistBusinessYear)]); this.employmentForm.controls['how_long_year'].updateValueAndValidity(); - // console.log('this.generalExistBusinessMonth',this.generalExistBusinessMonth); - // console.log('this.generalExistBusinessYear',this.generalExistBusinessYear); + }