diff --git a/web/client/assets/images/install/risk.png b/web/client/assets/images/install/risk.png new file mode 100644 index 0000000..2ce4650 Binary files /dev/null and b/web/client/assets/images/install/risk.png differ diff --git a/web/client/src/sections/install/components/systemModal.jsx b/web/client/src/sections/install/components/systemModal.jsx index 8a38063..0c71c8b 100644 --- a/web/client/src/sections/install/components/systemModal.jsx +++ b/web/client/src/sections/install/components/systemModal.jsx @@ -31,7 +31,6 @@ function adminModal (props) { setCustom(true) setMyprojectType('axy') } - console.log('appArr',appArr); // if (editObj.id) { // let departmentList = [] // for (let i = 0; i < pepList.length; i++) { @@ -58,7 +57,7 @@ function adminModal (props) { } let bindObj = JSON.parse(JSON.stringify(values)) bindObj.appId = appArr - dispatch(install.postProjectBind({ ...bindObj,bindId:bindId, msg: '修改映射关系' })).then((res) => {//获取项企(PEP)全部部门及其下用户 + dispatch(install.postProjectBind({ ...bindObj, bindId: bindId, msg: '修改映射关系' })).then((res) => {//获取项企(PEP)全部部门及其下用户 if (res.success) { close(); } @@ -108,8 +107,8 @@ function adminModal (props) { onCancel={handleCancel} >