Before
Width: | Height: | Size: 2.0 KiB
@ -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 = []