|
@@ -198,7 +198,7 @@ export default defineComponent({
|
|
|
if (res) {
|
|
|
if (res?.content?.type === "success") {
|
|
|
handleSaveResult({
|
|
|
- recordId: evaluatingData.resultData?.recordId,
|
|
|
+ recordId: evaluatingData.resultData?.recordIdStr,
|
|
|
filePath: res?.content?.filePath,
|
|
|
});
|
|
|
} else if (res?.content?.type === "error") {
|