feat: 恢复 PCascadeSelect 组件中的 schemaMemoKey 配置
Some checks failed
/ test (push) Successful in 4s
/ surge (push) Failing after 2m49s

This commit is contained in:
严浩
2024-12-23 18:32:07 +08:00
parent a3e6509783
commit 28ff670dc5

View File

@ -95,7 +95,7 @@ export const PCascadeSelect: FormKitTypeDefinition = {
messages(),
),
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'];