Merge pull request #125 from inside5545/master

fix:流程表单字典选择器无法正常回显
pull/220/MERGE
芋道源码 2025-09-21 11:22:46 +08:00 committed by GitHub
commit d21031ecf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export const useDictSelectRule = () => {
title: label,
info: '',
$required: false,
modelField: 'value',
};
},
props(_: any, { t }: any) {