mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-12 11:22:56 +00:00
14 lines
230 B
Markdown
14 lines
230 B
Markdown
# Form组件 methods
|
|
|
|
## resetForm
|
|
|
|
- **详情:** 重置该表单项,将其值重置为初始值,并移除校验结果
|
|
|
|
## submitForm
|
|
|
|
- **返回:**
|
|
|
|
- `{Promise<any>}`
|
|
|
|
- **详情:** 提交表单,获取表单的值
|