调整结果
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
|||||||
let {kind, id, tagIdList} = e
|
let {kind, id, tagIdList} = e
|
||||||
console.log([result[e.corpId], {kind, id}].flat())
|
console.log([result[e.corpId], {kind, id}].flat())
|
||||||
result[e.corpId] = [result[e.corpId], {kind, id}].flat()
|
result[e.corpId] = [result[e.corpId], {kind, id}].flat()
|
||||||
tagIdList = tagIdList.map(e => e.id).filter(e => !!e)
|
tagIdList = tagIdList.filter(e => !!e)
|
||||||
if (tagIdList) {
|
if (tagIdList) {
|
||||||
tags[e.corpId] = [...new Set([tags[e.corpId], tagIdList].flat())]
|
tags[e.corpId] = [...new Set([tags[e.corpId], tagIdList].flat())]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user