Browse Source

发布course 信息

visuddhinanda 2 years ago
parent
commit
794a92b172
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/article/TypeCourse.tsx

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

@@ -162,6 +162,7 @@ const TypeCourseWidget = ({
          */
         if (courseId && articleId) {
           const ic: ITextbook = {
+            course: json.data,
             courseId: courseId,
             articleId: articleId,
             channelId: json.data.channel_id,