fix: 表格勾选翻页取消

This commit is contained in:
TsMask
2023-09-22 14:48:27 +08:00
parent cbe769f26b
commit 0118e5d1b8
14 changed files with 16 additions and 2 deletions

View File

@@ -738,6 +738,7 @@ onMounted(() => {
:scroll="{ x: true }"
:row-selection="{
type: 'checkbox',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRowKeys,
}"
>

View File

@@ -565,6 +565,7 @@ onMounted(() => {
:pagination="tablePagination"
:row-selection="{
type: 'checkbox',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRowKeys,
}"
>

View File

@@ -522,6 +522,7 @@ onMounted(() => {
:pagination="tablePagination"
:row-selection="{
type: 'checkbox',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRows,
}"
>

View File

@@ -559,6 +559,7 @@ onMounted(() => {
:pagination="tablePagination"
:row-selection="{
type: 'checkbox',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRowKeys,
}"
>