Преглед изворни кода

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

lishihao пре 3 година
родитељ
комит
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{