fix: bug#16114

This commit is contained in:
XieYongHong 2023-07-15 17:58:08 +08:00
parent eb96f5afe4
commit e2170d8f50
2 changed files with 10 additions and 2 deletions

View File

@ -6,11 +6,15 @@
@search="(params:any)=>queryParams = {...params}"
style='margin-bottom: 0;'
/>
<FullPage>
<FullPage :extraHeight="24">
<j-pro-table
ref="tableRef"
:request="table.requestFun"
:gridColumn="2"
:scroll="{
x:true,
y:610,
}"
:params="queryParams"
:rowSelection="{
// selectedRowKeys: table._selectedRowKeys.value,

View File

@ -6,12 +6,16 @@
@search="handleParams"
style='margin-bottom: 0;'
/>
<FullPage>
<FullPage :extraHeight="24">
<j-pro-table
ref="tableRef"
:columns="columns"
:request="table.requestFun"
:params="queryParams"
:scroll="{
x:true,
y:610,
}"
:rowSelection="{
selectedRowKeys: table._selectedRowKeys,
onSelect: table.onSelectChange,