@@ -149,7 +149,7 @@ export default {
created() {
this.beginDate = dayjs().startOf("day").format(this.format);
this.endDate = dayjs().add(3, "day").format(this.format);
- this.init();
+ // this.init();
},
mounted() {
this.timer = setInterval(() => {