From 3aa81e50da5f4c137765defadaa105d6d20d428e Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 18 Jul 2023 19:43:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81=EF=BC=8CJPopup=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=95=B0=E6=8D=AE=E9=94=99=E4=B9=B1=20#633?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecg/OnLine/hooks/usePopBiz.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/jeecg/OnLine/hooks/usePopBiz.ts b/src/components/jeecg/OnLine/hooks/usePopBiz.ts index c25c085..c533ff9 100644 --- a/src/components/jeecg/OnLine/hooks/usePopBiz.ts +++ b/src/components/jeecg/OnLine/hooks/usePopBiz.ts @@ -57,12 +57,12 @@ export function usePopBiz(props, tableRef?) { /** * 选择列配置 */ - const rowSelection = { + const rowSelection = reactive({ fixed: true, selectedRowKeys: checkedKeys, selectionRows: selectRows, onChange: onSelectChange, - }; + }); /** * 序号列配置