mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
修复已有的课程笔记无法编辑问题。
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user