소스 검색

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

lishihao 4 년 전
부모
커밋
4cb64e0ec5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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{