Commit f0f1c50c by 穆启卓

2

parent 2c6d2448
......@@ -140,8 +140,11 @@
return this.$router.history.current.name;
},
getPageData() {
console.log(this.$route)
daka_status_detail().then(res => {
let grade = 2;
if (sessionStorage.getItem('bushuType')) {
grade = sessionStorage.getItem('bushuType');
}
daka_status_detail(this.$route.query.week, grade).then(res => {
console.log(res)
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment