Explorar el Código

fix(report): 批量打印功能相关

lishihao hace 4 años
padre
commit
29f4fbdad5
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. 5 3
      report/src/interface/basic.ts

+ 5 - 3
report/src/interface/basic.ts

@@ -635,10 +635,12 @@ export interface RptTreeNode {
     children?: RptTreeNode[];
     userId?: string;
     flags?: {
-      constructSumType?: string | null;
-      taxType?: string | null;
-      auditType?: string | null;
+        constructSumType?: string | null;
+        taxType?: string | null;
+        auditType?: string | null;
+        rptTplType?:string | null;
     };
+    UID?:number
   }
 //   方案列表
 export interface IRptSchemeList{