Merge branch 'develop' of https://gitee.com/siwa-team/dawa-vue into develop
This commit is contained in:
commit
2d4150b21b
|
@ -153,6 +153,7 @@ export default {
|
||||||
getCourseDetails({ id: this.$route.query.id }).then((res) => {
|
getCourseDetails({ id: this.$route.query.id }).then((res) => {
|
||||||
this.form = res.data
|
this.form = res.data
|
||||||
this.form.isRequired = this.form.isRequired + ''
|
this.form.isRequired = this.form.isRequired + ''
|
||||||
|
this.dataValue = this.form.hour
|
||||||
this.fileList = JSON.parse(this.form.coverPath)
|
this.fileList = JSON.parse(this.form.coverPath)
|
||||||
this.form.tags = []
|
this.form.tags = []
|
||||||
this.form.courseTags.forEach((item, index) => {
|
this.form.courseTags.forEach((item, index) => {
|
||||||
|
|
Loading…
Reference in New Issue