复树形结构懒加载状态无法清除问题

This commit is contained in:
xuliangzhan
2021-08-10 23:15:04 +08:00
parent 55aa10c19a
commit 8f9c752b9f
7 changed files with 58 additions and 51 deletions

View File

@@ -741,42 +741,42 @@ const apis = [
// defVal: '',
// list: []
// },
{
name: 'options',
desc: '只对 name=select 有效,下拉选项列表',
version: '',
type: 'any[]',
enum: '',
defVal: '',
list: []
},
{
name: 'optionProps',
desc: '只对 name=select 有效,下拉选项属性参数配置',
version: '',
type: 'any',
enum: '',
defVal: '{ value, label }',
list: []
},
{
name: 'optionGroups',
desc: '只对 name=select 有效,下拉分组选项列表',
version: '',
type: 'any[]',
enum: '',
defVal: '',
list: []
},
{
name: 'optionGroupProps',
desc: '只对 name=select 有效,下拉分组选项属性参数配置',
version: '',
type: 'any',
enum: '',
defVal: '{ options, label }',
list: []
},
// {
// name: 'options',
// desc: '只对 name=select 有效,下拉选项列表',
// version: '',
// type: 'any[]',
// enum: '',
// defVal: '',
// list: []
// },
// {
// name: 'optionProps',
// desc: '只对 name=select 有效,下拉选项属性参数配置',
// version: '',
// type: 'any',
// enum: '',
// defVal: '{ value, label }',
// list: []
// },
// {
// name: 'optionGroups',
// desc: '只对 name=select 有效,下拉分组选项列表',
// version: '',
// type: 'any[]',
// enum: '',
// defVal: '',
// list: []
// },
// {
// name: 'optionGroupProps',
// desc: '只对 name=select 有效,下拉分组选项属性参数配置',
// version: '',
// type: 'any',
// enum: '',
// defVal: '{ options, label }',
// list: []
// },
{
name: 'events',
desc: '渲染组件的事件(请查看目标渲染的 Events',