mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
Add background
This commit is contained in:
@@ -218,14 +218,13 @@ export class NewPublicationPage implements OnInit {
|
||||
}
|
||||
else {
|
||||
|
||||
|
||||
this.publication = {
|
||||
DateIndex: new Date(),
|
||||
DateIndex: new Date().toLocaleString('pt'),
|
||||
DocumentId:null,
|
||||
ProcessId:this.folderId,
|
||||
Title: this.pub.Title,
|
||||
Message: this.pub.Message,
|
||||
DatePublication: new Date(),
|
||||
DatePublication: new Date().toLocaleString('pt'),
|
||||
OriginalFileName: this.capturedImageTitle,
|
||||
FileBase64: this.capturedImage,
|
||||
FileExtension: 'jpeg',
|
||||
|
||||
Reference in New Issue
Block a user