提交 d739f203 authored 作者: wangjiahao's avatar wangjiahao

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

上级 a7a44892
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
:placeholder="$t('panel.select_jump_panel')" :placeholder="$t('panel.select_jump_panel')"
style="margin-right: 10px" style="margin-right: 10px"
@select="panelNodeClick" @select="panelNodeClick"
@input="inputVal"
/> />
</el-col> </el-col>
</el-row> </el-row>
...@@ -309,6 +310,13 @@ export default { ...@@ -309,6 +310,13 @@ export default {
this.linkJumpInfo.targetViewInfoList = [] this.linkJumpInfo.targetViewInfoList = []
this.getPanelViewList(data.id) this.getPanelViewList(data.id)
}, },
inputVal(value) {
if (!value) {
this.linkJumpInfo.targetViewInfoList = []
this.viewIdFieldArrayMap = {}
this.currentLinkPanelViewArray = []
}
},
addLinkJumpField() { addLinkJumpField() {
this.linkJumpInfo.targetViewInfoList.push({ this.linkJumpInfo.targetViewInfoList.push({
targetViewId: '', targetViewId: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论