diff --git a/web/client/src/sections/humanAffairs/containers/employeeInformation.jsx b/web/client/src/sections/humanAffairs/containers/employeeInformation.jsx index 77c5d46..825e7fe 100644 --- a/web/client/src/sections/humanAffairs/containers/employeeInformation.jsx +++ b/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 ( -
+
{ r.departmrnt.map((ite, idx) => { let departmentsArr = []