From d739f203d92828ab71826768733cbee704288f3b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 3 Nov 2021 15:07:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B7=B3=E8=BD=AC=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=85=8D=E7=BD=AE=E5=90=8E=E5=86=8D=E6=89=93?= =?UTF-8?q?=E5=BC=80=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/LinkJumpSet/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/views/panel/LinkJumpSet/index.vue b/frontend/src/views/panel/LinkJumpSet/index.vue index 9c1ec9fbf0..ff12c25556 100644 --- a/frontend/src/views/panel/LinkJumpSet/index.vue +++ b/frontend/src/views/panel/LinkJumpSet/index.vue @@ -65,6 +65,7 @@ :placeholder="$t('panel.select_jump_panel')" style="margin-right: 10px" @select="panelNodeClick" + @input="inputVal" /> @@ -309,6 +310,13 @@ export default { this.linkJumpInfo.targetViewInfoList = [] this.getPanelViewList(data.id) }, + inputVal(value) { + if (!value) { + this.linkJumpInfo.targetViewInfoList = [] + this.viewIdFieldArrayMap = {} + this.currentLinkPanelViewArray = [] + } + }, addLinkJumpField() { this.linkJumpInfo.targetViewInfoList.push({ targetViewId: '',