@@ -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;
}