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'); } }) }