|
@@ -5,7 +5,7 @@
|
|
|
<!-- <div class='squrt'></div> {{ pageName }} -->
|
|
|
<el-page-header @back="goBack" :content="title"></el-page-header>
|
|
|
</h2>
|
|
|
- <afterWorkList :id='id'/>
|
|
|
+ <afterWorkList/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -42,6 +42,7 @@ export default {
|
|
|
}
|
|
|
this.title = this.$route.query.title
|
|
|
this.id = this.$route.query.extracurricularExercisesId
|
|
|
+ // console.log(this.id)
|
|
|
// console.log(this.$router.query)
|
|
|
},
|
|
|
goBack() {
|