fix:跳转设置删除配置后再打开显示字段id
This commit is contained in:
parent
1bb5e849b9
commit
828685dd8c
@ -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: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user