case 4198
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user