修改bug

This commit is contained in:
yangjun 2026-04-07 11:02:51 +08:00
parent b648bbe5dc
commit a4925a96b6
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ const formData = reactive<Record<string, any>>({
}
});
}
console.log("translateTitle",data);
return data;
}