Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
peng-xiao-shuai committed Nov 19, 2024
1 parent 1e43ae8 commit c03b9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zh-CN/component_directive/component/powerful-form-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,4 +720,5 @@ type UploadMediaEmit<T = {
| `powerfulFormData` | `PowerfulForm` 组件数据 | ^[object]`PowerfulFormData` |
| `formItems` | `formItems` 更具 `props.showType` 过滤后的数据 | ^[array]`FormItem<any>[]` |
| `submitForm` | 提交校验函数 | ^[function]`(params?: object, options?: { successMessage?: string, errorMessage?: string }) => Promise<any>` |
| `visibleFormTrigger` | 控制表单显隐 | ^[function]`() => boolean` |
| `refreshRender` | 刷新从表格继承数据 | ^[function]`(refName?: string, proxy?: globalThis.ComponentPublicInstance) => void` |

0 comments on commit c03b9be

Please sign in to comment.