فهرست منبع

anthologyId 传参

visuddhinanda 2 سال پیش
والد
کامیت
547698ed49
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      dashboard/src/components/anthology/EditableTocTree.tsx
  2. 1 0
      dashboard/src/components/article/ArticleDrawer.tsx

+ 1 - 0
dashboard/src/components/anthology/EditableTocTree.tsx

@@ -174,6 +174,7 @@ const EditableTocTreeWidget = ({
       />
       <ArticleDrawer
         articleId={viewArticle?.id}
+        anthologyId={anthologyId}
         type="article"
         open={openViewer}
         title={viewArticle?.title_text}

+ 1 - 0
dashboard/src/components/article/ArticleDrawer.tsx

@@ -105,6 +105,7 @@ const ArticleDrawerWidget = ({
           para={para}
           channelId={channelId}
           articleId={articleId}
+          anthologyId={anthologyId}
           mode={mode}
           onArticleEdit={(value: IArticleDataResponse) => {
             setDrawerTitle(value.title_text);