mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix viewer
This commit is contained in:
+1
-10
@@ -305,16 +305,7 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
|
||||
async viewDocument(DocId:string) {
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: DocumentViewerPage,
|
||||
cssClass: 'modal-desktop modal',
|
||||
componentProps: {
|
||||
DocId: DocId
|
||||
}
|
||||
});
|
||||
await modal.present();
|
||||
modal.onDidDismiss().then( async (res)=> {
|
||||
});
|
||||
this.expedienteService.viewDocument({ApplicationId:'361', DocId})
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user