NEZ-663 fix: 修改部分报错问题
This commit is contained in:
@@ -514,7 +514,9 @@ export default {
|
||||
this.filter.panelId = this.showPanel.id
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.$refs.selectPanel.$refs.panelTree.setCurrentKey(this.showPanel)
|
||||
try {
|
||||
this.$refs.selectPanel.$refs.panelTree.setCurrentKey(this.showPanel)
|
||||
} catch (e) {}
|
||||
})
|
||||
} else {
|
||||
this.showPanel.id = ''
|
||||
|
||||
Reference in New Issue
Block a user