fix:流程表单字典选择器无法正常回显

pull/220/MERGE
苏俊言 2025-09-20 16:55:41 +08:00
parent 06ea290306
commit c4babbecf0
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) {