From 4fc5b4b3ca061129dde7accf84a08af77cb8fb91 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Wed, 20 Oct 2021 19:22:37 +0530 Subject: [PATCH] remove alert in question template --- .../sales_pd/components/ques-template/ques-template.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/sales_pd/components/ques-template/ques-template.ts b/src/pages/sales_pd/components/ques-template/ques-template.ts index a7e099b..b4b7358 100755 --- a/src/pages/sales_pd/components/ques-template/ques-template.ts +++ b/src/pages/sales_pd/components/ques-template/ques-template.ts @@ -1251,7 +1251,7 @@ this.proceedonChangeProperty(modified) this.spinner_access=true if (this.submit_btn && flag == 0) { - alert('empty') + // this.insertSectionDataLocally(storage_param) storage_param.questions=this.questions_JSON.questions @@ -1266,14 +1266,14 @@ this.proceedonChangeProperty(modified) if(this.local_ques_JSON.section_id == 1 || this.submit_btn){ this.salesPDProvider.getData_fromLocal('sales_pd_id_PRIMARYKEY').then(result=>{ if(result != null && !this.submit_btn){ - alert('a'); + // alert('a'); console.log('storage_param'); console.log(storage_param); this.sendSectiontoApi(storage_param) } else{ this.sendDatatoApi(storage_param) - alert('b'); + //alert('b'); } }) }