| | |
| | | const getPeopleList = async (val)=>{ |
| | | if(val != ""){ |
| | | const queryParams = { |
| | | name: val |
| | | name: val, |
| | | companyId: state.form.companyId |
| | | } |
| | | const res = await getUser(queryParams) |
| | | if (res.code == 200) { |
| | |
| | | const getPeopleList = async (val)=>{ |
| | | if(val != ""){ |
| | | const queryParams = { |
| | | companyId: state.form.companyId, |
| | | name: val |
| | | } |
| | | const res = await getUser(queryParams) |
| | |
| | | const getPeopleList = async (val)=>{ |
| | | if(val != ""){ |
| | | const queryParams = { |
| | | companyId: state.form.companyId, |
| | | name: val |
| | | } |
| | | const res = await getUser(queryParams) |
| | |
| | | const getPeopleList = async (val)=>{ |
| | | if(val != ""){ |
| | | const queryParams = { |
| | | companyId: state.form.companyId, |
| | | name: val |
| | | } |
| | | const res = await getUser(queryParams) |