zhangweicheng 4 лет назад
Родитель
Сommit
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;
   name?: string;
   unit?: string;
-  editLogs: [ILogDetail];
+  editLogs: ILogDetail[];
 }