mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 05:45:50 +00:00
commit
This commit is contained in:
@@ -100,7 +100,6 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
backdropDismiss: true
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then(async (res) => {
|
||||
|
||||
@@ -128,6 +127,8 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
async approve(note:string, documents:any) {
|
||||
@@ -165,7 +166,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
backdropDismiss: false
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then( async (res)=>{
|
||||
|
||||
|
||||
@@ -230,6 +231,8 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
|
||||
@@ -289,7 +292,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
},
|
||||
cssClass: classs,
|
||||
});
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then( async (res)=>{
|
||||
|
||||
let body = res['data'];
|
||||
@@ -317,6 +320,8 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
async openBookMeetingModal(task: any) {
|
||||
@@ -335,13 +340,14 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
cssClass: classs,
|
||||
backdropDismiss: false
|
||||
});
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then(
|
||||
()=>{},
|
||||
(error) => {
|
||||
console.log(error)
|
||||
}
|
||||
)
|
||||
await modal.present();
|
||||
}
|
||||
|
||||
goBack() {
|
||||
@@ -370,7 +376,7 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
select: true
|
||||
}
|
||||
});
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then((res)=>{
|
||||
if(res){
|
||||
const data = res.data;
|
||||
@@ -394,6 +400,8 @@ export class OptsExpedientePrPage implements OnInit {
|
||||
console.log(error)
|
||||
});
|
||||
|
||||
await modal.present();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user