This commit is contained in:
tiago.kayaya
2022-01-19 14:19:20 +01:00
parent 4aa2c0237b
commit 135350329b
@@ -450,7 +450,7 @@ export class DespachoPrPage implements OnInit {
else if (actionName == 'Reexecução') {
await this.reexecutar(res.data.note, docs);
}
this.goBack();
}
});
@@ -459,7 +459,7 @@ export class DespachoPrPage implements OnInit {
async openExpedientActionsModal(taskAction: any, task: any) {
//this.modalController.dismiss();
let classs;
if (window.innerWidth <= 800) {
if (window.innerWidth <= 700) {
classs = 'modal modal-desktop'
} else {
classs = 'modal modal-desktop showAsideOptions'