case 4198
This commit is contained in:
@@ -99,10 +99,13 @@ export default {
|
|||||||
timeZone: this.timeZoneName
|
timeZone: this.timeZoneName
|
||||||
});
|
});
|
||||||
|
|
||||||
this.$refs.calendar.scrollToTime({
|
//case 4198
|
||||||
hour: now.getHours(),
|
if (this.$refs && this.$refs.calendar) {
|
||||||
minute: 0
|
this.$refs.calendar.scrollToTime({
|
||||||
});
|
hour: now.getHours(),
|
||||||
|
minute: 0
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.errorMessage = null;
|
this.errorMessage = null;
|
||||||
|
|||||||
@@ -89,10 +89,13 @@ export default {
|
|||||||
timeZone: this.timeZoneName
|
timeZone: this.timeZoneName
|
||||||
});
|
});
|
||||||
|
|
||||||
this.$refs.rvwcalendar.scrollToTime({
|
//case 4198
|
||||||
hour: now.getHours(),
|
if (this.$refs && this.$refs.calendar) {
|
||||||
minute: 0
|
this.$refs.rvwcalendar.scrollToTime({
|
||||||
});
|
hour: now.getHours(),
|
||||||
|
minute: 0
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.errorMessage = null;
|
this.errorMessage = null;
|
||||||
|
|||||||
@@ -88,10 +88,13 @@ export default {
|
|||||||
timeZone: this.timeZoneName
|
timeZone: this.timeZoneName
|
||||||
});
|
});
|
||||||
|
|
||||||
this.$refs.calendar.scrollToTime({
|
//case 4198
|
||||||
hour: now.getHours(),
|
if (this.$refs && this.$refs.calendar) {
|
||||||
minute: 0
|
this.$refs.calendar.scrollToTime({
|
||||||
});
|
hour: now.getHours(),
|
||||||
|
minute: 0
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
this.errorMessage = null;
|
this.errorMessage = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user