chore: update mindie parameters

This commit is contained in:
jialin
2025-05-27 16:50:08 +08:00
parent ca99db5a97
commit 894dd1e353
4 changed files with 76 additions and 3 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
const handleOnValuesChange = async (changedValues: any, allValues: any) => {
const fieldName = Object.keys(changedValues)[0];
console.log('handleOnValuesChange', fieldName, changedValues, allValues);
if (excludeFields.includes(fieldName)) {
return;
}