diff --git a/src/components/article/upsert/web.tsx b/src/components/article/upsert/web.tsx index c5541175e..05cfc276c 100644 --- a/src/components/article/upsert/web.tsx +++ b/src/components/article/upsert/web.tsx @@ -91,6 +91,7 @@ export default function Render( clearContentTip, } = methods; const { + oakId, oakFullpath, id, content, @@ -207,7 +208,7 @@ export default function Render( ); const extraFile = { entity: "article", - entityId: articleId, + entityId: oakId || articleId, origin: origin, type: "image", tag1: "source", @@ -261,7 +262,7 @@ export default function Render( ); const extraFile = { entity: "article", - entityId: articleId, + entityId: oakId || articleId, origin: origin, type: "video", tag1: "source",