调整结果
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user