From 4e415abe7e04373ad5ba2cb1a5440457dff9e80b Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 14 Jun 2024 09:57:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Scriptpreview/index.vue | 2 -- src/views/system/preview/index.vue | 1 - 2 files changed, 3 deletions(-) diff --git a/src/views/system/Scriptpreview/index.vue b/src/views/system/Scriptpreview/index.vue index 7302156..ec74d0e 100644 --- a/src/views/system/Scriptpreview/index.vue +++ b/src/views/system/Scriptpreview/index.vue @@ -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) { diff --git a/src/views/system/preview/index.vue b/src/views/system/preview/index.vue index 276b4b0..1cc5de6 100644 --- a/src/views/system/preview/index.vue +++ b/src/views/system/preview/index.vue @@ -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 }