题目新增

This commit is contained in:
18571350067 2021-12-28 20:14:23 +08:00
parent 6337cb1c0a
commit 30c5136313
3 changed files with 3 additions and 3 deletions

View File

@ -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 } })

View File

@ -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: {} })
},
//

View File

@ -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,