去除人员详情跳转
This commit is contained in:
parent
58c339cdad
commit
08a969dc8c
|
|
@ -531,17 +531,6 @@ export default class DrawerComponents extends React.Component {
|
|||
>
|
||||
{i18n.close[language]}
|
||||
</Button>,
|
||||
<Button
|
||||
type="primary"
|
||||
onClick={() =>
|
||||
window.open(
|
||||
`/spa/hrm/index_mobx.html#/main/hrm/card/cardInfo/${personId}`,
|
||||
'_blank',
|
||||
)
|
||||
}
|
||||
>
|
||||
{i18n.employeeInfo[language]}
|
||||
</Button>,
|
||||
]}
|
||||
>
|
||||
<div style={{ whiteSpace: 'pre-line' }}>{jobResponsibility}</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue