mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Improve
This commit is contained in:
@@ -81,8 +81,8 @@ export class DespachoPrPage implements OnInit {
|
||||
// this.LoadRelatedEvents(this.serialnumber);
|
||||
}
|
||||
|
||||
close(){
|
||||
this.modalController.dismiss();
|
||||
close() {
|
||||
this.goBack()
|
||||
}
|
||||
|
||||
goBack() {
|
||||
@@ -514,9 +514,12 @@ export class DespachoPrPage implements OnInit {
|
||||
popover.onDidDismiss().then(( res =>{
|
||||
|
||||
if( res['data'] == 'close') {
|
||||
this.goBack()
|
||||
this.goBack()
|
||||
|
||||
}
|
||||
|
||||
alert('alert ...'+ JSON.stringify(res))
|
||||
|
||||
}))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user