View details project for mobile

This commit is contained in:
Paolo Arena
2019-04-26 12:07:38 +02:00
parent 5992d01323
commit d2cae3cc32
6 changed files with 17 additions and 10 deletions

View File

@@ -199,7 +199,7 @@ export default class CTodo extends Vue {
}
public deselectAllRowstodo(item: ITodo, check, onlythis: boolean = false) {
console.log('CTODO deselectAllRowstodo : ', item)
// console.log('CTODO deselectAllRowstodo : ', item)
for (let i = 0; i < this.$refs.single.length; i++) {