fix:实体详情基本信息部分底部空白过大调整

This commit is contained in:
hyx
2023-12-07 18:14:38 +08:00
parent da2ac78ea7
commit bca51683e5

View File

@@ -157,13 +157,13 @@ export default {
this.levelTwoTags = _.concat(this.levelTwoTags, res.data.userDefinedTags.map(tag => ({ value: tag.tagValue, color: tag.knowledgeBase ? tag.knowledgeBase.color : entityDefaultColor })))
}
this.hideTagArea = _.isEmpty(this.levelTwoTags)
this.$nextTick(() => {
this.emitter.emit('entity-detail-hide-tag-area')
})
} else {
tagError = this.errorMsgHandler(res)
}
}
this.$nextTick(() => {
this.emitter.emit('entity-detail-hide-tag-area')
})
if (basicInfoData) {
const res = basicInfoData.data
if (basicInfoData.status === 200) {