From 7d4bea2190e65cdcb36afa708cedfcdbdfbd4f64 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 1 Nov 2021 12:12:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=8F=AF=E8=83=BD=E4=BF=9D=E5=AD=98=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/LinkJumpSet/index.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; +}