for live issues add company_id @param getpdformdetails
This commit is contained in:
parent
ac989915e2
commit
a7c6897a5c
@ -206,6 +206,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
|
|||||||
reqparams.parent_pdid = this.parent_pdid;
|
reqparams.parent_pdid = this.parent_pdid;
|
||||||
reqparams.pd_id = this.pdid;
|
reqparams.pd_id = this.pdid;
|
||||||
reqparams.pd_form_id = '22';
|
reqparams.pd_form_id = '22';
|
||||||
|
reqparams.company_id=this.company_id;
|
||||||
this.pdTrigerService.retriveForm(reqparams).subscribe(
|
this.pdTrigerService.retriveForm(reqparams).subscribe(
|
||||||
data => {
|
data => {
|
||||||
if (data) {
|
if (data) {
|
||||||
|
|||||||
@ -40,8 +40,7 @@ export class ImagesAllComponent implements OnInit { imageData: any;
|
|||||||
// if(this.records.is_cus_link_disabled != '1') {
|
// if(this.records.is_cus_link_disabled != '1') {
|
||||||
this.imageData =this.records.img_data;
|
this.imageData =this.records.img_data;
|
||||||
this.imageData.forEach(val=>{
|
this.imageData.forEach(val=>{
|
||||||
console.log('tamil');
|
|
||||||
console.log(val);
|
|
||||||
val.is_loader = false
|
val.is_loader = false
|
||||||
val.is_saved = true
|
val.is_saved = true
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user