- piso en malaga... (personal)

This commit is contained in:
Paolo Arena
2019-04-11 14:25:43 +02:00
parent fd20048934
commit ab64705ef3
9 changed files with 630 additions and 6 deletions

View File

@@ -306,7 +306,7 @@ export default class ProjList extends Vue {
clearInterval(this.polling)
}
public static mydeleteitemproj(idobj: string) {
public mydeleteitemproj(idobj: string) {
console.log('mydeleteitemtodo', idobj)
return Projects.actions.deleteItem({ idobj })
}
@@ -349,6 +349,9 @@ export default class ProjList extends Vue {
id_parent: this.idProjAtt
}
if (this.itemproj === undefined)
this.itemproj = Projects.getters.getRecordById(this.idProjAtt)
if (this.isRootProject) {
myobj.typeproj = TypeProj.TYPE_PROJECT
myobj.id_main_project = this.idProjAtt