fix: update evaluation result issue

This commit is contained in:
jialin
2025-06-24 20:47:27 +08:00
parent 5f7df3f871
commit 830ee45161
7 changed files with 153 additions and 99 deletions
+4 -1
View File
@@ -502,7 +502,10 @@ export const useCheckCompatibility = () => {
};
};
const handleDoEvalute = async (formData: FormData) => {
const handleDoEvalute = async (
formData: FormData,
evaluateProccess?: 'model' | 'file' | 'form'
) => {
const currentRequestId = updateRequestId();
const evalutionData = await handleEvaluate(formData);