查询表单。自动请求查询api,并接收查询值。
## 属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| --- | --- | --- | --- | ---
| data | 搜索后请求响应,支持sync修饰 | array | |
| total | 搜索后请求响应数据总量,支持sync修饰,针对datatable时使用 | Number | |
| api | 点击后请求的api地址 | string | 必填 |
| api-method | 请求方法 | string | get,post,put,delete | post
| api-param | 请求参数 | object | |
| size | 表单内元素的大小 | string | | small
| search-button-text | 查询提交按钮显示文本 | string | | 查询
| reset-button-text | 清空按钮显示文本 | string | | 清空搜索
| prefix | 发送表单参数的前缀 | string | | search_
| 其他 | 支持所有`el-form`属性。
## 事件
| 事件 | 说明 | 参数
| --- | --- | ---
| search-before | 提交搜索表单前事件 | cancleFn:取消后续操作方法,调用此方法将取消请求api,并取消后续事件的抛出;apiParam:发送给api的请求参数。
| search-after | 提交搜索表单后事件 | response:请求响应;formData:搜索表单数据。
| reset | 重置事件 |
| 其他 | 支持所有`el-form`事件。
## 插槽
| 插槽名 | 说明
| --- | ---
| actionBar | 操作栏内容,可插入按钮,文本等。
- 序言
- 安装
- 组件查询
- buttons
- WdApiButton
- WdDrawerButton
- WdRefreshButton
- WdRouteButton
- WdConfirmButton
- datagrid
- WdDatagrid
- WdGridDeleteButton
- WdGridEnableButton
- editgrid
- WdEditgrid
- WdEditgridCell
- element
- WdCard
- WdCollapse
- WdDrawerIframe
- WdIframe
- WdLabel
- WdSplitLabel
- WdDetail
- WdToolBar
- WdRepeater
- WdApiManager
- form
- WdDataForm
- WdSelect
- WdRadioList
- WdCheckboxList
- WdUploadImage
- search
- WdSearchCheckbox
- WdSearchDatepick
- WdSearchForm
- WdSearchInput
- WdSearchRadio
- WdSearchSelect
- tree
- WdTree
- 内置服务
- ajax服务
- 消息服务
- 框架方法
- tab操作
- 其他
- demo说明