This commit is contained in:
2022-02-23 17:44:21 +00:00
parent 631950691e
commit 81cd123300
4 changed files with 8 additions and 15 deletions

View File

@@ -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);