From e434e7e511b4599cc68aac9146253672974d9ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Fri, 12 Apr 2024 16:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/course/chapter-add-or-update.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/course/chapter-add-or-update.vue b/src/views/modules/course/chapter-add-or-update.vue index 319d9a3..82782b8 100644 --- a/src/views/modules/course/chapter-add-or-update.vue +++ b/src/views/modules/course/chapter-add-or-update.vue @@ -288,7 +288,7 @@ // console.log('editor ready!', quill) }, init(row, catalogue_id, courseid) { - console.log('row2', row) + console.log('row21', row) this.dataForm =row? JSON.parse(JSON.stringify(row)): {} this.dataForm.courseId = courseid?courseid : '' this.dataForm.catalogueId = catalogue_id?catalogue_id : ''