Credit manager specific queries issue fixes

This commit is contained in:
venbatechnologies@gmail.com 2019-11-18 12:07:35 +05:30
parent 5b86f6be51
commit 3c677c8a29

View File

@ -127,7 +127,9 @@ export class QueriesDocsComponent implements OnInit {
// else{
// geoCoords=retrieved_data.link
// }
if(retrieved_data.docs_to_be_sighted != null){
retrieved_data.docs_to_be_sighted.forEach((doc_value,index)=>{
if(doc_value.hasOwnProperty('img')){
this.docs_change_fun(index,'yes')
@ -141,8 +143,9 @@ export class QueriesDocsComponent implements OnInit {
// data=doc_value.data
// this.docs_change_fun(index,data)
})
}
// console.log("form123",this.docsCollectedForm.value);
this.docsCollectedForm.setValue(retrieved_data)
this.docsCollectedForm.patchValue(retrieved_data)
}
},err=>{