祖安之光
9 天以前 397f5b5d8f6f15270b158a91ba3b173d00051df5
src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue
@@ -436,7 +436,8 @@
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) {