diff --git a/frontend/src/views/panel/LinkJumpSet/index.vue b/frontend/src/views/panel/LinkJumpSet/index.vue index 74a57c7bf8..79c8186a45 100644 --- a/frontend/src/views/panel/LinkJumpSet/index.vue +++ b/frontend/src/views/panel/LinkJumpSet/index.vue @@ -26,7 +26,7 @@
- +
@@ -323,6 +323,12 @@ export default { }, viewInfoOnChange(targetViewInfo) { targetViewInfo.targetFieldId = null + }, + sourceFieldCheckedChange(data) { + this.$nextTick(() => { + this.$refs.linkJumpInfoTree.setCurrentKey(data.sourceFieldId) + this.nodeClick(data) + }) } } } @@ -452,4 +458,7 @@ export default { line-height:28px } +/deep/ .el-tree--highlight-current .el-tree-node.is-current >.el-tree-node__content { + background-color: #8dbbef !important; +}