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

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

@ -85,7 +85,7 @@ const employeeInformation = (props) => {
useEffect(() => {
getMemberSearchList()//
}, [query])
function getMemberSearchList () {//
let obj = form.current.getValues()
@ -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