多体系建设信息化条统-前端
zhouwx
2025-06-27 a855a8a55fdf21a3f25313606557fe6e1e593dc8
修改
4 files modified
6 ■■■■ changed files
src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue 3 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue 1 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableCompanyDialog.vue 1 ●●●● patch | view | raw | blame | history
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue 1 ●●●● patch | view | raw | blame | history
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) {
src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue
@@ -331,6 +331,7 @@
const getPeopleList = async (val)=>{
  if(val != ""){
    const queryParams = {
      companyId: state.form.companyId,
      name: val
    }
    const res = await getUser(queryParams)
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableCompanyDialog.vue
@@ -405,6 +405,7 @@
const getPeopleList = async (val)=>{
  if(val != ""){
    const queryParams = {
      companyId: state.form.companyId,
      name: val
    }
    const res = await getUser(queryParams)
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue
@@ -390,6 +390,7 @@
const getPeopleList = async (val)=>{
  if(val != ""){
    const queryParams = {
      companyId: state.form.companyId,
      name: val
    }
    const res = await getUser(queryParams)