fix:跳转设置删除配置后再打开显示字段id

This commit is contained in:
wangjiahao 2021-11-03 15:07:32 +08:00
parent 1bb5e849b9
commit 828685dd8c

View File

@ -65,6 +65,7 @@
:placeholder="$t('panel.select_jump_panel')"
style="margin-right: 10px"
@select="panelNodeClick"
@input="inputVal"
/>
</el-col>
</el-row>
@ -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: '',