This commit is contained in:
shidongli 2024-06-14 09:57:41 +08:00
parent 8bf76511f5
commit 4e415abe7e
2 changed files with 0 additions and 3 deletions

View File

@ -669,12 +669,10 @@
let needSaveData = editor.getCurrentPage().save();
console.log(needSaveData, 'needSaveData');
// JSON.parse(JSON.stringify(needSaveData))
// console.log(JSON.stringify(needSaveData), 'text1111');
const text =JSON.stringify(needSaveData)
console.log(JSON.parse(JSON.stringify(text)), 'text');
localStorage.setItem("flowData", JSON.stringify(needSaveData));
_this.save(needSaveData);
_this.$message.success("数据已保存1111");
},
//
back(editor) {

View File

@ -525,7 +525,6 @@ export default {
// this.nodeAttributeForm.labelconcent=newVal.labelconcent
// this.nodeAttributeForm.labeltitle=newVal.labeltitle
this.nodeAttributeForm.label = newVal.labeltitle + '\n' + newVal.labelconcent;
// console.log('this.nodeAttributeForm.label', this.nodeAttributeForm.label)
} else {
this.nodeAttributeForm.label = newVal.label
}