mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve
This commit is contained in:
@@ -51,10 +51,13 @@ export class NewGroupPage implements OnInit{
|
||||
|
||||
ngOnInit() {
|
||||
this.task = this.dataService.get("task");
|
||||
this.groupName = this.task.Folio;
|
||||
this.documents = this.dataService.get("documents");
|
||||
console.log(this.dataService.data);
|
||||
this.dataService.set("newGroup", false);
|
||||
if(this.task) {
|
||||
this.groupName = this.task.Folio;
|
||||
this.documents = this.dataService.get("documents");
|
||||
console.log(this.dataService.data);
|
||||
this.dataService.set("newGroup", false);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
_ionChange(event) {
|
||||
|
||||
Reference in New Issue
Block a user