From b5b667058b953c6869eda69166c588cbe5e0eaff Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 12 Nov 2024 09:33:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/7405=E3=80=91=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E7=94=A8=E6=88=B7=E5=90=8C=E6=97=B6=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E9=80=89=E6=8B=A9=E4=B8=A4=E9=A1=B5=E7=94=A8=E6=88=B7?= =?UTF-8?q?=EF=BC=8C=E5=9B=9E=E6=98=BE=E5=88=B0=E7=88=B6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E3=80=82=E7=AC=AC=E4=BA=8C=E9=A1=B5=E7=94=A8=E6=88=B7=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E4=B8=8D=E6=98=AF=E7=9C=9F=E6=98=AF=E5=A7=93?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Form/src/jeecg/hooks/useSelectBiz.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jeecgboot-vue3/src/components/Form/src/jeecg/hooks/useSelectBiz.ts b/jeecgboot-vue3/src/components/Form/src/jeecg/hooks/useSelectBiz.ts index c331d2d2..e147d220 100644 --- a/jeecgboot-vue3/src/components/Form/src/jeecg/hooks/useSelectBiz.ts +++ b/jeecgboot-vue3/src/components/Form/src/jeecg/hooks/useSelectBiz.ts @@ -31,7 +31,9 @@ export function useSelectBiz(getList, props, emit?) { if (selectValues['change'] == false && !isEmpty(selectValues['value'])) { //update-end-author:liusq---date:2023-10-19--for: [issues/788]判断有设置数值才去加载 //update-begin---author:wangshuai ---date:20220412 for:[VUEN-672]发文草稿箱编辑时拟稿人显示用户名------------ - let params = { isMultiTranslate: 'true' }; + // update-begin-author:liaozhiyang---date:2024-11-11--for:【issues/7405】部门选择用户同时全部选择两页用户,回显到父页面。第二页用户显示的不是真是姓名 + let params = { isMultiTranslate: 'true', pageSize: selectValues.value?.length }; + // update-end-author:liaozhiyang---date:2024-10-11--for:【issues/7405】部门选择用户同时全部选择两页用户,回显到父页面。第二页用户显示的不是真是姓名 params[props.rowKey] = selectValues['value'].join(','); //update-end---author:wangshuai ---date:20220412 for:[VUEN-672]发文草稿箱编辑时拟稿人显示用户名-------------- loadingEcho.value = isFirstLoadEcho;