mirror of https://github.com/ElemeFE/element
improve docs
parent
87fc927b94
commit
d1a2335e2b
|
@ -740,7 +740,7 @@
|
|||
|---------- |-------------- | --------------
|
||||
| validate | 对整个表单进行校验的方法 | Function(callback: Function(boolean))
|
||||
| validateField | 对部分表单字段进行校验的方法 | Function(prop: string, callback: Function(errorMessage: string))
|
||||
| resetFields | 对整个表单进行重置,将所有字段值重置为空并移除校验结果 | -
|
||||
| resetFields | 对整个表单进行重置,将所有字段值重置为初始值并移除校验结果 | -
|
||||
|
||||
### Form-Item Attributes
|
||||
|
||||
|
|
Loading…
Reference in New Issue