From 0a705a468a857ffd02ff741116951686a9b51d1a Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 1 Aug 2023 16:52:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=AA=E8=A1=A8=E6=9D=BF=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=97=B6=E7=94=BB=E5=B8=83=E5=8F=98=E5=8A=A8=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=8F=98=E5=8A=A8=E4=BF=9D=E5=AD=98=E6=8C=89=E9=92=AE=E4=BE=9D?= =?UTF-8?q?=E7=84=B6=E6=98=AF=E4=B8=8D=E5=8F=AF=E7=94=A8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Toolbar.vue | 1 + frontend/src/views/panel/linkJumpSet/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/components/canvas/components/Toolbar.vue b/frontend/src/components/canvas/components/Toolbar.vue index 0499cb9710..3477647db4 100644 --- a/frontend/src/components/canvas/components/Toolbar.vue +++ b/frontend/src/components/canvas/components/Toolbar.vue @@ -564,6 +564,7 @@ export default { this.close() }, saveLinkage() { + this.$store.commit('canvasChange') // 字段检查 for (const key in this.targetLinkageInfo) { let subCheckCount = 0 diff --git a/frontend/src/views/panel/linkJumpSet/index.vue b/frontend/src/views/panel/linkJumpSet/index.vue index 44663a3627..4594cbefd0 100644 --- a/frontend/src/views/panel/linkJumpSet/index.vue +++ b/frontend/src/views/panel/linkJumpSet/index.vue @@ -550,6 +550,7 @@ export default { this.$emit('closeJumpSetDialog') }, save() { + this.$store.commit('canvasChange') this.codemirrorShow = false this.linkJumpInfoArray.forEach(jumpInfo => { jumpInfo.content = this.setNameIdTrans('sourceFieldName', 'sourceFieldId', jumpInfo.content)