|
|
@ -123,7 +123,8 @@ export class AuditIngComponent implements OnInit { |
|
|
|
} else if (item.auditType) { |
|
|
|
} else if (item.auditType) { |
|
|
|
component = DetailsFileCategoryComponent |
|
|
|
component = DetailsFileCategoryComponent |
|
|
|
} |
|
|
|
} |
|
|
|
if (item.getData) { |
|
|
|
this.getData(item).then(res=>{ |
|
|
|
|
|
|
|
item.getData = res |
|
|
|
const modal = this.modal.create({ |
|
|
|
const modal = this.modal.create({ |
|
|
|
nzContent: component, |
|
|
|
nzContent: component, |
|
|
|
nzViewContainerRef: this.viewContainerRef, |
|
|
|
nzViewContainerRef: this.viewContainerRef, |
|
|
@ -144,28 +145,7 @@ export class AuditIngComponent implements OnInit { |
|
|
|
nzFooter: null, |
|
|
|
nzFooter: null, |
|
|
|
nzClosable: false, |
|
|
|
nzClosable: false, |
|
|
|
}); |
|
|
|
}); |
|
|
|
} else { |
|
|
|
}) |
|
|
|
this.getData(item).then(res=>{ |
|
|
|
|
|
|
|
item.getData = res |
|
|
|
|
|
|
|
const modal = this.modal.create({ |
|
|
|
|
|
|
|
nzContent: component, |
|
|
|
|
|
|
|
nzViewContainerRef: this.viewContainerRef, |
|
|
|
|
|
|
|
nzWidth: 450, |
|
|
|
|
|
|
|
nzBodyStyle: { |
|
|
|
|
|
|
|
'border': '1px solid #91CCFF', |
|
|
|
|
|
|
|
'border-radius': '0px', |
|
|
|
|
|
|
|
'padding': '7px', |
|
|
|
|
|
|
|
'box-shadow': '0 0 8px 0 #fff', |
|
|
|
|
|
|
|
'background-image': 'linear-gradient(#003665, #000f25)' |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
nzComponentParams: { |
|
|
|
|
|
|
|
data: item.getData |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
nzFooter: null, |
|
|
|
|
|
|
|
nzClosable: false, |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//获取证照类data
|
|
|
|
//获取证照类data
|
|
|
|