loki.wu il y a 1 an
Parent
commit
610cbfe93c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      lib/services/platform.dart

+ 2 - 0
lib/services/platform.dart

@@ -189,6 +189,7 @@ class PlatformService extends JsonRpcClientBase {
     String token,
     String json,
     bool isOrg,
+    String openMode,
   ) async {
     var rpcRst = await call("OpenReportDesigner", [
       templateId,
@@ -197,6 +198,7 @@ class PlatformService extends JsonRpcClientBase {
       token,
       json,
       isOrg,
+      openMode,
     ]);
     return rpcRst;
   }