修复已有的课程笔记无法编辑问题。

This commit is contained in:
weinan2087
2022-10-19 15:34:20 +08:00
parent 55afd68abb
commit 6033fda890

View File

@@ -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);
},