控件使用文档

飞道科技

下拉分页

Tag

必须设置text-field跟key-field这两个字段,调用的服务返回格式必须为 {data: {data,count}};

<fd-w000023 url='http://127.0.0.1:8889/asd' text-field='text' key-field='id'  page-size='2' placeholder='请选择'>
</fd-w000023>

Attributes

url

服务请求地址

placeholder

没有选择时显示的文字

condition

查询服务的条件

multiple

多选

allowClear

是否能删除选中项

is-page

是否分页默认是false

Methods

get_selected

获取选中值

set_selected_first

默认选中第一项

Example

html

单选

<fd-w000023 style="width:500px" url='http://127.0.0.1:8889/asd' placeholder='请选择' condition='{"aa":"bb"}'>
</fd-w000023>

多选

 <fd-w000023 style="width:500px" url='http://127.0.0.1:8889/asd' multiple placeholder='请选择' condition='{"aa":"bb"}'>
</fd-w000023>