case 4198

This commit is contained in:
2022-09-28 19:11:21 +00:00
parent 040ff001d8
commit 4bb6a243ef
3 changed files with 21 additions and 12 deletions

View File

@@ -99,10 +99,13 @@ export default {
timeZone: this.timeZoneName
});
this.$refs.calendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
//case 4198
if (this.$refs && this.$refs.calendar) {
this.$refs.calendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
}
try {
this.errorMessage = null;

View File

@@ -89,10 +89,13 @@ export default {
timeZone: this.timeZoneName
});
this.$refs.rvwcalendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
//case 4198
if (this.$refs && this.$refs.calendar) {
this.$refs.rvwcalendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
}
try {
this.errorMessage = null;

View File

@@ -88,10 +88,13 @@ export default {
timeZone: this.timeZoneName
});
this.$refs.calendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
//case 4198
if (this.$refs && this.$refs.calendar) {
this.$refs.calendar.scrollToTime({
hour: now.getHours(),
minute: 0
});
}
try {
this.errorMessage = null;