Merge branch 'dev' of github.com:dataease/dataease into dev

This commit is contained in:
taojinlong 2021-12-29 10:04:48 +08:00
commit 8bb5d5b427
2 changed files with 2 additions and 1 deletions

View File

@ -545,7 +545,7 @@ export default {
const nextNode = currentNode.children.find(item => item.name === name)
this.currentAcreaNode = nextNode
const current = this.$refs[this.element.propValue.id]
current && current.registerDynamicMap && current.registerDynamicMap(nextNode.code)
nextNode && current && current.registerDynamicMap && current.registerDynamicMap(nextNode.code)
}
},

View File

@ -243,6 +243,7 @@ export default {
position: relative;
bottom: 0;
height: calc(100% - 40px);
text-align: left;
}
}