- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 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;
}
},
rotoeb 09.10.2020 10:53 # 0