Przeglądaj źródła

feat(types): 修改log类型

zhangweicheng 4 lat temu
rodzic
commit
53fe98fe2b
1 zmienionych plików z 1 dodań i 1 usunięć
  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[];
 }