Browse Source

问题修改

dev
deartibers 2 years ago
parent
commit
4f8c6202cf
  1. 2
      web/client/src/sections/install/components/memberModal.jsx
  2. 2
      web/client/src/sections/install/containers/roles.jsx

2
web/client/src/sections/install/components/memberModal.jsx

@ -234,7 +234,7 @@ function memberModal (props) {
fontSize: 12, marginLeft: 8, lineHeight: 2, padding: '0px 5px',
border: '1px solid rgba(255,51,0,0.3)', width: 515
}}>
确定后{anxinDelete.join('、')}将被系统移除原因是项目已在项企中被删除
确定后{anxinDelete.join('、')}将被系统移除原因是项目已在项企映射关系中被删除
</div>
</div>
) : ('')

2
web/client/src/sections/install/containers/roles.jsx

@ -300,7 +300,7 @@ const Roles = (props) => {
let anxinErrorList = []
for (let i = 0; i < row.correlationProject.length; i++) {
if (row.correlationProject[i].del) {
anxinErrorList.push(row.correlationProject[i].pepProjectName)
anxinErrorList.push(row.correlationProject[i].pepProjectName||row.correlationProject[i].name)
}
else {
myanxinArr.push(row.correlationProject[i].id)

Loading…
Cancel
Save