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, - }; + }); /** * 序号列配置