zhouwx
2025-07-10 bf053efe6fc44e92b8fb859453f3f19f74a15472
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue
@@ -352,6 +352,9 @@
}
const getDeptList = async () => {
  if(state.isAdmin && (state.form.companyId == 0 || state.form.companyId == null)){
    return
  }
  const param = {
    pageNum: 1,
    pageSize: 999,
@@ -485,6 +488,7 @@
}
const selectValueCom = (val) => {
  state.form.departId = null
  state.form.qualityId = null
  state.qualityList = []
  state.form.qualityTargets = []
@@ -499,6 +503,7 @@
      state.form.companyId = item.id
    }
  })
  getDeptList()
  getQualityList()
  getPeopleList()
}