Credit manager specific queries issue fixes
This commit is contained in:
parent
5b86f6be51
commit
3c677c8a29
@ -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=>{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user