hs-admin-ui 4.8.9 → 4.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ export interface IFormInstance {
|
|
|
17
17
|
* @param field 字段
|
|
18
18
|
* @returns Promise<IFormData.Data>
|
|
19
19
|
*/
|
|
20
|
-
setData: (fieldID: string, params:
|
|
20
|
+
setData: (fieldID: string, params: ICustomData.ANY, field?: string) => Promise<IFormData.Data>;
|
|
21
21
|
/** 表单实例方法,包含校验,清空,重置
|
|
22
22
|
* @returns 表单实例
|
|
23
23
|
*/
|