feat: 恢复 PCascadeSelect 组件中的 schemaMemoKey 配置
This commit is contained in:
@ -95,7 +95,7 @@ export const PCascadeSelect: FormKitTypeDefinition = {
|
|||||||
messages(),
|
messages(),
|
||||||
),
|
),
|
||||||
props: ['options', 'optionLabel', 'optionValue'],
|
props: ['options', 'optionLabel', 'optionValue'],
|
||||||
// schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15)
|
schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15)
|
||||||
};
|
};
|
||||||
|
|
||||||
type OptionsType = CascadeSelectProps['options'];
|
type OptionsType = CascadeSelectProps['options'];
|
||||||
|
Reference in New Issue
Block a user