笔记刷新页面

This commit is contained in:
zhaofang
2022-10-20 14:46:17 +08:00
parent 7a9ba8f9c4
commit fc950420f5
4 changed files with 9 additions and 3 deletions

View File

@@ -231,7 +231,6 @@ export default {
}, 10000);
},
noteEdit(note) {
console.log(note,'note');
this.isEdit = true;
this.mynoteData = note;
this.editNodeOpenType = note.openType;
@@ -361,6 +360,7 @@ export default {
};
}, 2000)
this.$bus.$emit('noteListRefresh',true)
// 是编辑新增
let event = {
key: "PublishNote",//后台的事件key