From 7dcf8f9b5aaa6fe880fa4bb66c64ebff68732f10 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Fri, 19 Jul 2024 11:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/6883=E3=80=91=E5=8D=95=E9=80=89?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=B7=B2=E5=8B=BE=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/components/jeecg/OnLine/hooks/usePopBiz.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jeecgboot-vue3/src/components/jeecg/OnLine/hooks/usePopBiz.ts b/jeecgboot-vue3/src/components/jeecg/OnLine/hooks/usePopBiz.ts index 36bf3097..08bba676 100644 --- a/jeecgboot-vue3/src/components/jeecg/OnLine/hooks/usePopBiz.ts +++ b/jeecgboot-vue3/src/components/jeecg/OnLine/hooks/usePopBiz.ts @@ -117,7 +117,9 @@ export function usePopBiz(ob, tableRef?) { if (!props.multi) { selectRows.value = []; checkedKeys.value = []; - selectedRowKeys = [selectedRowKeys[selectedRowKeys.length - 1]]; + // update-begin--author:liaozhiyang---date:20240717---for:【issues/6883】单选模式第二次打开已勾选 + // selectedRowKeys = [selectedRowKeys[selectedRowKeys.length - 1]]; + // update-end--author:liaozhiyang---date:20240717---for:【issues/6883】单选模式第二次打开已勾选 } // update-end--author:liaozhiyang---date:20240105---for:【QQYUN-7514】popup单选显示radio // update-begin--author:liaozhiyang---date:20230919---for:【QQYUN-4263】跨页选择导出问题