编辑课程显示课时
This commit is contained in:
parent
c5b3af31e7
commit
87ca7fb28a
|
@ -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