Explorar el Código

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

lishihao hace 4 años
padre
commit
4cb64e0ec5
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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{