fix(style): simple audio player

This commit is contained in:
jialin
2025-06-18 17:45:58 +08:00
parent 3e76d7c321
commit 73c525127f
5 changed files with 56 additions and 25 deletions
@@ -196,7 +196,7 @@ const AddModal: FC<AddModalProps> = (props) => {
const currentModelId = updateRequestModelId();
setEvaluteState(EvaluateProccess.file);
const evaluateRes = await handleEvaluateOnChange?.({
const evaluateRes = await handleOnValuesChangeBefore?.({
changedValues: {},
allValues: form.current?.form?.getFieldsValue?.(),
source: props.source