fix: 修复实体详情底部tab的’相关实体‘active的数值与实际不符的问题

This commit is contained in:
刘洪洪
2023-07-16 22:04:23 +08:00
parent 14125d549d
commit 766b777bc6

View File

@@ -221,8 +221,6 @@ export default {
this.errorMsg2 = this.errorMsgHandler(res2)
}
this.$emit('checkTag', entityDetailTabsName.relatedEntity, res0.data.result.length + res1.data.result.length + res2.data.result.length)
} else {
this.$emit('checkTag', entityDetailTabsName.relatedEntity, 0)
}
}).catch(e => {
console.log(e)