This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</gz-dash>
|
||||
</template>
|
||||
<script>
|
||||
import GzDash from "../components/dash-base.vue";
|
||||
import GzDash from "./dash-base.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -97,14 +97,6 @@ export default {
|
||||
minute: 0
|
||||
});
|
||||
|
||||
// //calc where to scroll and set
|
||||
// let hour = now.getHours() - 1;
|
||||
// if (hour < 0) {
|
||||
// hour = 0;
|
||||
// }
|
||||
|
||||
// this.startAt = `${hour}:00`;
|
||||
// this.intervalCount = 24 - hour;
|
||||
try {
|
||||
this.errorMessage = null;
|
||||
const now = window.$gz.locale.nowUTC8601String(this.timeZoneName);
|
||||
Reference in New Issue
Block a user