mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
Edit process to approve
This commit is contained in:
@@ -180,9 +180,10 @@ export class ApproveEventComponent implements OnInit {
|
||||
|
||||
async editar(serialNumber: string) {
|
||||
|
||||
|
||||
const modal = await this.modalController.create({
|
||||
component: EditEventToApproveComponent,
|
||||
componentProps:{
|
||||
componentProps: {
|
||||
serialNumber: serialNumber,
|
||||
InstanceId:this.InstanceId
|
||||
},
|
||||
@@ -193,7 +194,8 @@ export class ApproveEventComponent implements OnInit {
|
||||
await modal.present();
|
||||
|
||||
modal.onDidDismiss().then(res => {
|
||||
|
||||
this.getTask();
|
||||
this.getAttachments();
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user