课程保存分系统、自主

This commit is contained in:
18571350067 2021-12-28 20:51:46 +08:00
parent 45acb0a8ce
commit 50baf8b2aa
1 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ export default {
coverPath: '',
tags: [],
courseTags: [],
type: this.$route.query.type,
// fileList: [] //
},
url: '',
@ -161,7 +162,7 @@ export default {
if (res.code == 200) {
this.$message.info('保存成功')
//
this.$router.push({ path: '/course/CourseList', query: {} })
this.goback();
}
})
},