Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop

This commit is contained in:
Yjhon 2022-03-30 10:59:04 +08:00
commit 2d4150b21b
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ export default {
getCourseDetails({ id: this.$route.query.id }).then((res) => {
this.form = res.data
this.form.isRequired = this.form.isRequired + ''
this.dataValue = this.form.hour
this.fileList = JSON.parse(this.form.coverPath)
this.form.tags = []
this.form.courseTags.forEach((item, index) => {