题目新增
This commit is contained in:
parent
6337cb1c0a
commit
30c5136313
|
@ -54,7 +54,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
close() {
|
||||
this.$router.push({ path: '/course/CourseList'+this.$route.query.type, query: {} })
|
||||
this.$router.push({ path: '/course/CourseList/'+this.$route.query.type, query: {} })
|
||||
},
|
||||
edit(record) {
|
||||
this.$router.push({ path: '/course/CourseAdd', query: { id: this.queryParam.id } })
|
||||
|
|
|
@ -94,7 +94,7 @@ export default {
|
|||
|
||||
//返回
|
||||
goback() {
|
||||
this.$router.push({ path: '/course/CourseList'+this.$route.query.type, query: {} })
|
||||
this.$router.push({ path: '/course/CourseList/'+this.$route.query.type, query: {} })
|
||||
},
|
||||
|
||||
// 刪除課件
|
||||
|
|
|
@ -150,7 +150,7 @@ export default {
|
|||
//关闭按钮
|
||||
questionColse() {
|
||||
this.$router.push({
|
||||
path: '/course/CourseList',
|
||||
path: '/course/CourseList/'+this.$route.query.type,
|
||||
query: {
|
||||
courseName: this.$route.query.courseName,
|
||||
pageNum: this.$route.query.pageNum,
|
||||
|
|
Loading…
Reference in New Issue