mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
bugs fix and more
This commit is contained in:
@@ -125,7 +125,7 @@ export class CreateProcessPage implements OnInit {
|
||||
this.postData = new Despacho();
|
||||
this.participants = this.participants = new Array();
|
||||
//Initialize SubjectTypes Array with the value "Indefinido"
|
||||
this.selectedTypes = ['99999850'];
|
||||
/* this.selectedTypes = ['99999850']; */
|
||||
|
||||
let NumberPDPP;
|
||||
|
||||
@@ -179,9 +179,9 @@ export class CreateProcessPage implements OnInit {
|
||||
ngOnInit() {
|
||||
console.log('crete process')
|
||||
this.getSubjectType();
|
||||
setTimeout(() => {
|
||||
/* setTimeout(() => {
|
||||
this.selectedTypes = ['99999850'];
|
||||
}, 500);
|
||||
}, 500); */
|
||||
|
||||
|
||||
this.taskDate = new Date(this.task.taskStartDate);
|
||||
|
||||
Reference in New Issue
Block a user