refactor: 字典数组优化

This commit is contained in:
caiyuchao
2025-07-17 14:17:03 +08:00
parent 3165c9b9f6
commit 47df877799

View File

@@ -14,7 +14,7 @@ interface DictTagGroupProps {
/**
* 字典值
*/
value: any[];
value?: any[];
/**
* 图标
*/