- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
handleShowScheduler() {
console.log(this.$parent.$parent.$parent.showScheduler, 'sch')
if (this.$parent.$parent.$parent.showScheduler) {
this.$parent.$parent.$parent.showScheduler = false;
setTimeout(() => {
this.$parent.$parent.$parent.showScheduler = true;
}, 200)
} else {
this.$parent.$parent.$parent.showScheduler = true;
}
},
Комментарии (1) RSS