Calcolo Hours

This commit is contained in:
Paolo Arena
2021-02-11 02:21:36 +01:00
parent 7d0b3fb26f
commit 5568547784
37 changed files with 1372 additions and 574 deletions

View File

@@ -260,12 +260,12 @@ export default class SingleProject extends Vue {
this.$emit('deselectAllRowstodo', null, false)
this.$emit('deselectAllRowsproj', this.itemproject, true)
if (!this.sel) {
this.selectRiga()
} else {
this.$emit('deselectAllRowsproj', null, false, false, true)
this.deselectRiga()
}
// if (!this.sel) {
this.selectRiga()
// } else {
// this.$emit('deselectAllRowsproj', null, false, false, true)
// this.deselectRiga()
// }
}
}