网格删除按钮。该按钮一般放置在网格的按钮组里。该组件可以在其他场景里使用,但是不保证能完全达到预期。
## 属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| --- | --- | --- | --- | ---
| api | 数据请求api,如果没有设置其他场景的api,将使用这个api | string | |
| api-method | 数据请求api的请求方法 | string | delete,get,post,put | delete
| api-param | 数据请求api的参数 | object | |
| with-confirm | 是否开启确认框 | boolean | |
| confirm-message | 请求框的内容文本 | string | | 该操作会删除信息,是否确认要这样做?
| success-tip | 请求返回成功结果之后采用什么方式提醒 | string | none,message,alert,notify | message
| fail-tip | 请求返回失败结果之后采用什么方式提醒 | string | none,message,alert,notify | alert
| size | 按钮大小 | string | | mini
| icon | 按钮的icon | string | | el-icon-delete
## 方法
| 参数 | 说明 | 参数
| --- | --- | ---
| requestApi | 手动请求api | 无
## 事件
| 事件 | 说明 | 参数
| --- | --- | ---
| delete-before | api请求发送之前事件 | deleteParam,cancleFn:取消后续操作方法,在事件里调用此方法,将会取消后续请求。
| deleted | 删除完成事件,如果delete-before里调用了cancleFn,则不会抛出此事件 |
## 插槽
| 插槽名 | 说明
| --- | ---
- 序言
- 安装
- 组件查询
- 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说明