ソースを参照

feat(types): 修改log类型

zhangweicheng 4 年 前
コミット
53fe98fe2b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      types/src/interface/editLog.ts

+ 1 - 1
types/src/interface/editLog.ts

@@ -28,5 +28,5 @@ export interface IEditLog {
   code?: string;
   code?: string;
   name?: string;
   name?: string;
   unit?: string;
   unit?: string;
-  editLogs: [ILogDetail];
+  editLogs: ILogDetail[];
 }
 }