编辑课程显示课时

This commit is contained in:
18571350067 2022-03-30 10:28:02 +08:00
parent c5b3af31e7
commit 87ca7fb28a
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) => {