Commit ed07b372 authored by zhuangXW's avatar zhuangXW

修改bug71237

parent 2d896b82
......@@ -47,7 +47,8 @@ export default {
// },
created() {
// 接受路由传递的参数
this.courseId = this.$route.query.businessId
// this.courseId = this.$route.query.businessId
this.courseId = this.$route.query.courseId
console.log('this.courseId', this.courseId)
this.id = this.$route.query.courseId
this.name = this.$route.query.name
......
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