调整结果
This commit is contained in:
@@ -165,8 +165,9 @@ export default {
|
|||||||
corpId,
|
corpId,
|
||||||
objList: result[corpId].filter(e => !!e)
|
objList: result[corpId].filter(e => !!e)
|
||||||
}
|
}
|
||||||
if (tags[corpId]?.length > 0) {
|
let tagIds = tags[corpId].filter(e => !!e)
|
||||||
res.tagId = tags[corpId]
|
if (tagIds?.length > 0) {
|
||||||
|
res.tagId = tagIds
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return res
|
return res
|
||||||
|
|||||||
Reference in New Issue
Block a user