巴林闲侠 2 years ago
parent
commit
8cc8d03a12
  1. 2
      web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

2
web/client/src/sections/humanAffairs/containers/employeeInformation.jsx

@ -163,7 +163,7 @@ const employeeInformation = (props) => {
key: "departmrnt",
render: (_, r, index) => {
return (
<div>
<div style={{ display: 'flex' }}>
{
r.departmrnt.map((ite, idx) => {
let departmentsArr = []

Loading…
Cancel
Save