Przeglądaj źródła

fix(report): 新增报表refId属性

lishihao 3 lat temu
rodzic
commit
4cb64e0ec5
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      report/src/interface/basic.ts

+ 2 - 1
report/src/interface/basic.ts

@@ -640,7 +640,8 @@ export interface RptTreeNode {
         auditType?: string | null;
         rptTplType?:string | null;
     };
-    UID?:number
+    UID?:number;
+    refId?:string;
   }
 //   方案列表
 export interface IRptSchemeList{