Explorar el Código

发布course 信息

visuddhinanda hace 2 años
padre
commit
794a92b172
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,