This commit is contained in:
tiago.kayaya
2021-10-08 18:01:17 +01:00
parent 6e68487173
commit bf03535033
2 changed files with 4 additions and 2 deletions
@@ -183,6 +183,7 @@ export class GabineteDigitalPage implements OnInit, DoCheck {
callback: ()=> {
this.checkRoutes();
this.LoadCounts();
this.loadAllProcesses();
}
})
}
@@ -565,6 +566,7 @@ export class GabineteDigitalPage implements OnInit, DoCheck {
break;
} */
this.LoadCounts();
this.loadAllProcesses();
//this.refreshExpedientes();
if(event){
@@ -13,7 +13,7 @@
</div>
</div>
<ion-toolbar>
<ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)">
<ion-segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)" >
<ion-segment-button value="parecer">
Parecer
</ion-segment-button>
@@ -27,7 +27,7 @@
<ion-content>
<div class="main-content width-100 overflow-y-auto height-100">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="segmentChanged($event)">
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
<ion-refresher-content
pullingIcon="chevron-down-circle-outline"
pullingText="deslize para actualizar"