|
@@ -94,7 +94,7 @@ export default { |
|
|
this.getParamsObj.id = this.$route.query.id |
|
|
this.getParamsObj.id = this.$route.query.id |
|
|
} |
|
|
} |
|
|
if (this.$route.query.week) { |
|
|
if (this.$route.query.week) { |
|
|
this.week = this.$route.query.week |
|
|
|
|
|
|
|
|
this.getParamsObj.week = this.$route.query.week |
|
|
} |
|
|
} |
|
|
if (this.$route.query.pid) { |
|
|
if (this.$route.query.pid) { |
|
|
this.getParamsObj.pid = this.$route.query.pid |
|
|
this.getParamsObj.pid = this.$route.query.pid |
|
|