mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix date removed
This commit is contained in:
@@ -197,8 +197,8 @@ export class ViewEventPage implements OnInit {
|
|||||||
if (res.isOk()) {
|
if (res.isOk()) {
|
||||||
console.log('Loaded Event', res.value)
|
console.log('Loaded Event', res.value)
|
||||||
loader.remove()
|
loader.remove()
|
||||||
let changeDate = this.dateService.fixDate(res.value as any) as any
|
/* let changeDate = this.dateService.fixDate(res.value as any) as any */
|
||||||
this.loadedEvent = changeDate as any;
|
this.loadedEvent = res.value as any;
|
||||||
this.setTimeZone()
|
this.setTimeZone()
|
||||||
} else {
|
} else {
|
||||||
this.httpErrorHandle.httpStatusHandle(res.error)
|
this.httpErrorHandle.httpStatusHandle(res.error)
|
||||||
|
|||||||
@@ -133,8 +133,8 @@ export class ViewEventPage implements OnInit {
|
|||||||
|
|
||||||
console.log('newAttahcmentList', res.value.Attachments)
|
console.log('newAttahcmentList', res.value.Attachments)
|
||||||
|
|
||||||
let changeDate = this.dateService.fixDate(res.value as any) as any
|
/* let changeDate = this.dateService.fixDate(res.value as any) as any */
|
||||||
this.loadedEvent = changeDate as any;
|
this.loadedEvent = res.value as any;
|
||||||
this.setTimeZone()
|
this.setTimeZone()
|
||||||
} else {
|
} else {
|
||||||
this.viewEventDetailDismiss.emit({
|
this.viewEventDetailDismiss.emit({
|
||||||
|
|||||||
Reference in New Issue
Block a user