내정보 팝업 수정 - 비밀번호 제거, 부서명 필드값 수정
This commit is contained in:
parent
90b52abb7f
commit
326b346496
@ -39,7 +39,6 @@ export default function UserInfoModal({ userId, userInfoModal, setUserInfoModal
|
|||||||
|
|
||||||
if (resultData) {
|
if (resultData) {
|
||||||
setInfo(resultData)
|
setInfo(resultData)
|
||||||
setPassword(resultData.password)
|
|
||||||
} else {
|
} else {
|
||||||
alert(getMessage('common.message.no.data'))
|
alert(getMessage('common.message.no.data'))
|
||||||
}
|
}
|
||||||
@ -236,7 +235,7 @@ export default function UserInfoModal({ userId, userInfoModal, setUserInfoModal
|
|||||||
<th>{getMessage('myinfo.info.category')}</th>
|
<th>{getMessage('myinfo.info.category')}</th>
|
||||||
<td>
|
<td>
|
||||||
<div className="input-wrap">
|
<div className="input-wrap">
|
||||||
<input type="text" className="input-light" value={info?.groupName || ''} readOnly />
|
<input type="text" className="input-light" value={info?.category || ''} readOnly />
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user