소스 검색

article_list 可选

visuddhinanda 3 년 전
부모
커밋
499c6a4e4e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dashboard/src/components/api/Article.ts

+ 1 - 1
dashboard/src/components/api/Article.ts

@@ -11,7 +11,7 @@ export interface IAnthologyDataRequest {
   title: string;
   subtitle: string;
   summary: string;
-  article_list: IArticleListApiResponse[];
+  article_list?: IArticleListApiResponse[];
   lang: string;
   status: number;
 }