From 0c893f57b3392a0c927a6f382d240a19a7797417 Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Wed, 17 Aug 2022 15:50:12 +0800
Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E8=AE=BE=E7=BD=AE=E6=A0=B7=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4=E9=BB=98=E8=AE=A4=E5=A2=9E=E5=8A=A0=E8=BF=BD=E5=8A=A0?=
=?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=AD=97=E6=AE=B5=E9=80=89=E6=8B=A9=E7=AD=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
frontend/src/views/panel/LinkJumpSet/index.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/frontend/src/views/panel/LinkJumpSet/index.vue b/frontend/src/views/panel/LinkJumpSet/index.vue
index 293c79c5a8..ec96850f77 100644
--- a/frontend/src/views/panel/LinkJumpSet/index.vue
+++ b/frontend/src/views/panel/LinkJumpSet/index.vue
@@ -132,7 +132,7 @@
- {{ $t('panel.add_jump_field') }}
+ {{ $t('panel.add_jump_field') }}
@@ -456,6 +456,7 @@ export default {
},
panelNodeClick(data, node) {
this.linkJumpInfo.targetViewInfoList = []
+ this.addLinkJumpField()
this.getPanelViewList(data.id)
},
inputVal(value) {