更新到最新的代码,JPopup 组件选中数据错乱 #633

pull/663/head
zhangdaiscott 2023-07-18 19:43:25 +08:00
parent 29f62937ce
commit 3aa81e50da
1 changed files with 2 additions and 2 deletions

View File

@ -57,12 +57,12 @@ export function usePopBiz(props, tableRef?) {
/** /**
* *
*/ */
const rowSelection = { const rowSelection = reactive({
fixed: true, fixed: true,
selectedRowKeys: checkedKeys, selectedRowKeys: checkedKeys,
selectionRows: selectRows, selectionRows: selectRows,
onChange: onSelectChange, onChange: onSelectChange,
}; });
/** /**
* *