Commit f0f1c50c by 穆启卓

2

parent 2c6d2448
...@@ -140,8 +140,11 @@ ...@@ -140,8 +140,11 @@
return this.$router.history.current.name; return this.$router.history.current.name;
}, },
getPageData() { getPageData() {
console.log(this.$route) let grade = 2;
daka_status_detail().then(res => { if (sessionStorage.getItem('bushuType')) {
grade = sessionStorage.getItem('bushuType');
}
daka_status_detail(this.$route.query.week, grade).then(res => {
console.log(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