zhouwx
9 天以前 a855a8a55fdf21a3f25313606557fe6e1e593dc8
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) {