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) {