From 50c70c32ec38d1b653e2aa146b6a47f8fbab3a2c Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Thu, 14 Sep 2023 21:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90issues/5357=E3=80=91=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=A1=8C=E9=80=89=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecg/OnLine/hooks/usePopBiz.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/jeecg/OnLine/hooks/usePopBiz.ts b/src/components/jeecg/OnLine/hooks/usePopBiz.ts index eb733e7..1b6d799 100644 --- a/src/components/jeecg/OnLine/hooks/usePopBiz.ts +++ b/src/components/jeecg/OnLine/hooks/usePopBiz.ts @@ -712,6 +712,9 @@ export function usePopBiz(ob, tableRef?) { selectRows.value.splice(rowKey_index, 1); } } + // update-begin--author:liaozhiyang---date:20230914---for:【issues/5357】点击行选中 + tableRef.value.setSelectedRowKeys([...checkedKeys.value]); + // update-end--author:liaozhiyang---date:20230914---for:【issues/5357】点击行选中 } }