diff --git a/web/client/src/sections/install/components/memberModal.jsx b/web/client/src/sections/install/components/memberModal.jsx index 972aaba..c92acc2 100644 --- a/web/client/src/sections/install/components/memberModal.jsx +++ b/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('、')}”将被系统移除,原因是项目已在【项企】或【映射关系】中被删除! ) : ('') diff --git a/web/client/src/sections/install/containers/roles.jsx b/web/client/src/sections/install/containers/roles.jsx index 34a84d4..9ade691 100644 --- a/web/client/src/sections/install/containers/roles.jsx +++ b/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)