clean up
parent
06bd44a7b2
commit
40ac4bba44
|
@ -142,9 +142,7 @@ export default {
|
|||
selectedRows: [],
|
||||
rowSelection: {
|
||||
onChange: (selectedRowKeys, selectedRows) => {
|
||||
// eslint-disable-next-line vue/no-side-effects-in-computed-properties
|
||||
this.selectedRowKeys = selectedRowKeys
|
||||
// eslint-disable-next-line vue/no-side-effects-in-computed-properties
|
||||
this.selectedRows = selectedRows
|
||||
},
|
||||
getCheckboxProps: record => ({
|
||||
|
|
Loading…
Reference in New Issue