From 87ca7fb28a805cca528359b9133b095994a96d9a Mon Sep 17 00:00:00 2001 From: 18571350067 Date: Wed, 30 Mar 2022 10:28:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E8=AF=BE=E7=A8=8B=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=AF=BE=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/CourseAdd.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/course/CourseAdd.vue b/src/views/course/CourseAdd.vue index 483e828..5952370 100644 --- a/src/views/course/CourseAdd.vue +++ b/src/views/course/CourseAdd.vue @@ -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) => {