xsy-breeze-ui-rpa > FormMultipleSelectExtensionPointBatch > getValue
FormMultipleSelectExtensionPointBatch.getValue property
获取表单项值
Signature:
getValue: () => Promise<{
instance: FormMultipleSelectExtensionPoint;
data: number[];
}[]>;
