Explorar o código

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

lishihao %!s(int64=4) %!d(string=hai) anos
pai
achega
4cb64e0ec5
Modificáronse 1 ficheiros con 2 adicións e 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{