Skip to content

Commit

Permalink
fix(form): getFieldsValue 参数
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jan 30, 2024
1 parent bc8ef9e commit 073f0c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified db/TDesign.db
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/scripts/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -43378,7 +43378,7 @@
"field_desc_zh": "获取一组字段名对应的值,当调用 getFieldsValue(true) 时返回所有表单数据",
"field_desc_en": null,
"field_required": 1,
"event_input": "【interface getFieldsValue<T>{ (nameList: true): T; (nameList: any[]): Record<keyof T, unknown>;}】",
"event_input": "(nameList: string[] | boolean)【interface getFieldsValue<T>{ (nameList: true): T; (nameList: any[]): Record<keyof T, unknown>;}】",
"create_time": "2022-01-27 05:22:02",
"update_time": "2022-07-06 08:39:10",
"event_output": "getFieldsValue<FormData>",
Expand Down

0 comments on commit 073f0c9

Please sign in to comment.