Browse Source

fix poms结构物筛选

dev
巴林闲侠 3 years ago
parent
commit
0905e26c6f
  1. 3
      api/app/lib/utils/dataRange.js

3
api/app/lib/utils/dataRange.js

@ -77,7 +77,8 @@ module.exports = function (app, opts) {
// 获取不重复的 安心云项目 id
const anxinProjectIds = [
...(
bindRes.filter(b => pepProjectRes.some(pp => pp.id == b.pepProjectId))
// bindRes.filter(b => pepProjectRes.some(pp => pp.id == b.pepProjectId))
bindRes
).reduce(
(arr, b) => {
for (let sid of b.anxinProjectId) {

Loading…
Cancel
Save