更新到最新的代码,JPopup 组件选中数据错乱 #633
parent
29f62937ce
commit
3aa81e50da
|
@ -57,12 +57,12 @@ export function usePopBiz(props, tableRef?) {
|
|||
/**
|
||||
* 选择列配置
|
||||
*/
|
||||
const rowSelection = {
|
||||
const rowSelection = reactive({
|
||||
fixed: true,
|
||||
selectedRowKeys: checkedKeys,
|
||||
selectionRows: selectRows,
|
||||
onChange: onSelectChange,
|
||||
};
|
||||
});
|
||||
|
||||
/**
|
||||
* 序号列配置
|
||||
|
|
Loading…
Reference in New Issue