mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-16 01:40:53 +08:00
[amis-saas-7496]tree treeSelect 支持虚拟滚动参数
Change-Id: I26c5da2d353e16088605c52b439b07474a6134f0
This commit is contained in:
parent
2e31f802f0
commit
e37eb67b88
@ -489,7 +489,9 @@ export class TreeControlPlugin extends BasePlugin {
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
getSchemaTpl('virtualThreshold'),
|
||||
getSchemaTpl('virtualItemHeight')
|
||||
]
|
||||
},
|
||||
getSchemaTpl('status', {
|
||||
|
@ -479,7 +479,9 @@ export class TreeSelectControlPlugin extends BasePlugin {
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
getSchemaTpl('virtualThreshold'),
|
||||
getSchemaTpl('virtualItemHeight')
|
||||
]
|
||||
},
|
||||
getSchemaTpl('status', {
|
||||
|
Loading…
Reference in New Issue
Block a user