更新文档

This commit is contained in:
xuliangzhan
2020-05-23 18:14:32 +08:00
parent 816916299b
commit 4450e6ce47
31 changed files with 205 additions and 190 deletions

View File

@@ -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: '',