重复执行组件,根据提供的数据或者api获取到的数据进行重复执行。
## 属性
| 参数 | 说明 | 类型 | 可选值 | 默认值
| --- | --- | --- | --- | ---
| api | 点击后请求的api地址 | string | |
| api-method | 请求方法 | string | get,post,put,delete | post
| api-param | 请求参数 | object | |
| success-tip | 请求返回成功结果之后采用什么方式提醒 | string | none,message,alert,notify | message
| fail-tip | 请求返回失败结果之后采用什么方式提醒 | string | none,message,alert,notify | alert
| init-data | 初始化内容 | array | |
| current-data | 当前数据,一般使用.sync修饰来读取数据使用 | array | |
| container-tag | 指定容器的tagName | string | div,ul | div
| width-index | 是否需要使用数据索引,当需要在插槽内使用索引时开启此项。 | boolean | | false
## 事件
| 事件 | 说明 | 参数
| --- | --- | ---
| api-after | 进行api请求后的事件 | response
## 插槽
| 插槽名 | 说明
| --- | ---
| 默认 | 该插槽有一个插槽属性(slotProp),即数据的循环内容,操作形式:`<template v-slot="{row}"> {{ row }} </template>`,row即是重复的数据项。
- 序言
- 安装
- 组件查询
- 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说明