This commit is contained in:
tiago.kayaya
2021-06-21 12:46:19 +01:00
parent 240d3ad8e5
commit 8627a4bc19
3 changed files with 11 additions and 8 deletions
@@ -116,16 +116,16 @@ export class CreateProcessPage implements OnInit {
}
ngOnInit() {
this.getSubjectType();
setTimeout(() => {
this.selectedTypes = ['99999850'];
}, 500);
console.log(this.postData.DispatchFolder.SubjectTypes);
this.taskDate = new Date(this.task.taskStartDate);
this.getSubjectType();
if(this.selectedTypes.length > 1){
console.log('Yes');
}
}
onSelectedTypesChanged(ev:any){
console.log(ev);
if(ev.length > 1){