zhouwx
10 天以前 a855a8a55fdf21a3f25313606557fe6e1e593dc8
修改
已修改4个文件
6 ■■■■ 文件已修改
src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/reportsituation/components/stationCompanyDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableCompanyDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/build/conpanyFunctionConsult/qualityObjectives/table/components/tableDeptDialog.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)