feat: 新增 antd 模式的代码生成示例
This commit is contained in:
@@ -64,7 +64,7 @@ function getDictObj(dictType: string, value: any) {
|
||||
function getDictOptions(
|
||||
dictType: string,
|
||||
valueType: 'boolean' | 'number' | 'string' = 'string',
|
||||
) {
|
||||
): any[] {
|
||||
const dictStore = useDictStore();
|
||||
const dictOpts = dictStore.getDictOptions(dictType);
|
||||
const dictOptions: DefaultOptionType = [];
|
||||
|
||||
Reference in New Issue
Block a user