Browse Source

养护详情 projectType='' 也展示

dev
巴林闲侠 1 year ago
parent
commit
e4cc1ece4b
  1. 1
      web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js

1
web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js

@ -52,6 +52,7 @@ const RightTop = (props) => {
|| item.projectType == "countyRoad"
|| item.projectType == "villageRoad"
|| item.projectType == "rusticRoad"
|| !item.projectType
}))
})
}, [])

Loading…
Cancel
Save