fix(ui): CI - relation table repeat CIType

This commit is contained in:
LH_R
2025-04-25 16:32:06 +08:00
parent e180f549c8
commit 6bf01786d8

View File

@@ -195,10 +195,13 @@ export default {
const cloneRelationData = _.cloneDeep(relationData)
const allCITypes = [
const allCITypes = _.uniqBy(
[
...cloneRelationData.parentCITypeList,
...cloneRelationData.childCITypeList
]
],
'id'
)
await this.handleSubscribeAttributes(allCITypes)
const {