调整结果

This commit is contained in:
aixianling
2022-06-24 23:22:39 +08:00
parent 1b853ba72e
commit ac2bf021bc

View File

@@ -165,8 +165,9 @@ export default {
corpId,
objList: result[corpId].filter(e => !!e)
}
if (tags[corpId]?.length > 0) {
res.tagId = tags[corpId]
let tagIds = tags[corpId].filter(e => !!e)
if (tagIds?.length > 0) {
res.tagId = tagIds
}
}
return res