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