mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
更新文档
This commit is contained in:
@@ -2818,6 +2818,15 @@ const apis = [
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'getRadioReserveRecord()',
|
||||
desc: '用于 radio-config.reserve,获取已保留选中的行数据(不包含当前列表)',
|
||||
version: '',
|
||||
type: 'Row',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'getCheckboxRecords()',
|
||||
desc: '用于 type=checkbox,获取已选中的行数据',
|
||||
@@ -2827,18 +2836,9 @@ const apis = [
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'getRadioReserveRecord()',
|
||||
desc: '用于 radio-config.reserve,获取已保留选中的行数据',
|
||||
version: '',
|
||||
type: 'Row',
|
||||
enum: '',
|
||||
defVal: '',
|
||||
list: []
|
||||
},
|
||||
{
|
||||
name: 'getCheckboxReserveRecords()',
|
||||
desc: '用于 checkbox-config.reserve,获取已保留选中的行数据',
|
||||
desc: '用于 checkbox-config.reserve,获取已保留选中的行数据(不包含当前列表)',
|
||||
version: '',
|
||||
type: 'Array<Row>',
|
||||
enum: '',
|
||||
|
||||
Reference in New Issue
Block a user