remove alert in question template
This commit is contained in:
parent
4897ae18f3
commit
4fc5b4b3ca
@ -1251,7 +1251,7 @@ this.proceedonChangeProperty(modified)
|
|||||||
this.spinner_access=true
|
this.spinner_access=true
|
||||||
|
|
||||||
if (this.submit_btn && flag == 0) {
|
if (this.submit_btn && flag == 0) {
|
||||||
alert('empty')
|
|
||||||
// this.insertSectionDataLocally(storage_param)
|
// this.insertSectionDataLocally(storage_param)
|
||||||
storage_param.questions=this.questions_JSON.questions
|
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){
|
if(this.local_ques_JSON.section_id == 1 || this.submit_btn){
|
||||||
this.salesPDProvider.getData_fromLocal('sales_pd_id_PRIMARYKEY').then(result=>{
|
this.salesPDProvider.getData_fromLocal('sales_pd_id_PRIMARYKEY').then(result=>{
|
||||||
if(result != null && !this.submit_btn){
|
if(result != null && !this.submit_btn){
|
||||||
alert('a');
|
// alert('a');
|
||||||
console.log('storage_param');
|
console.log('storage_param');
|
||||||
console.log(storage_param);
|
console.log(storage_param);
|
||||||
this.sendSectiontoApi(storage_param)
|
this.sendSectiontoApi(storage_param)
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.sendDatatoApi(storage_param)
|
this.sendDatatoApi(storage_param)
|
||||||
alert('b');
|
//alert('b');
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user