loki.wu 1 anno fa
parent
commit
610cbfe93c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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;
   }