From a855a8a55fdf21a3f25313606557fe6e1e593dc8 Mon Sep 17 00:00:00 2001 From: zhouwx <1175765986@qq.com> Date: 星期五, 27 六月 2025 16:54:55 +0800 Subject: [PATCH] 修改 --- src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue b/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue index fc2b1cf..f856200 100644 --- a/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue +++ b/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) { -- Gitblit v1.9.2