|
@@ -205,8 +205,7 @@ export default {
|
|
this.fontSize = document.body.offsetWidth * 0.03;
|
|
this.fontSize = document.body.offsetWidth * 0.03;
|
|
};
|
|
};
|
|
|
|
|
|
- const d = new Dayjs();
|
|
|
|
-
|
|
|
|
|
|
+ const d = new Dayjs(this.$route.query.date || Date.now());
|
|
getZhoubao(d.format('YYYY-MM-DD')).then(r => {
|
|
getZhoubao(d.format('YYYY-MM-DD')).then(r => {
|
|
this.list = r || [];
|
|
this.list = r || [];
|
|
});
|
|
});
|