From 6033fda8907bb5b0bc788e1f010118db646b680d Mon Sep 17 00:00:00 2001 From: weinan2087 Date: Wed, 19 Oct 2022 15:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=B2=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=AC=94=E8=AE=B0=E6=97=A0=E6=B3=95=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/myNote.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Course/myNote.vue b/src/components/Course/myNote.vue index 09feeebd..a1fa83c1 100644 --- a/src/components/Course/myNote.vue +++ b/src/components/Course/myNote.vue @@ -241,6 +241,7 @@ export default { console.log(note,'note'); this.isEdit = true; this.mynoteData = note; + this.content_new = note.content; this.editRadio = this.mynoteData.openType; // 设置默认的单选按钮选中状态 // this.notetabType(1); },