mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
list events
This commit is contained in:
+1
-3
@@ -395,6 +395,7 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
try {
|
||||
loader.remove()
|
||||
await this.attachmentsService.AddAttachment(body).toPromise()
|
||||
this.LoadTaskDetail(this.serialNumber);
|
||||
this.toastService._successMessage()
|
||||
} catch (error) {
|
||||
if (error.status == 0) {
|
||||
@@ -405,9 +406,6 @@ export class ExpedienteDetailPage implements OnInit {
|
||||
}
|
||||
}
|
||||
}
|
||||
setTimeout(() => {
|
||||
this.LoadTaskDetail(this.serialNumber);
|
||||
}, 5000);
|
||||
|
||||
}, (error) => {
|
||||
console.log(error)
|
||||
|
||||
@@ -208,7 +208,6 @@ export class ExpedientePrPage implements OnInit {
|
||||
modal.onDidDismiss().then((res)=>{
|
||||
if(res){
|
||||
|
||||
|
||||
const data = res.data;
|
||||
this.documents.push(data.selected);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user