impaktapps-ui-builder 1.0.280-test.2 → 1.0.285
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10912,7 +10912,7 @@ var service = (funcParams) => {
|
|
|
10912
10912
|
{ key: "selectedNodeId", value: param.selectedNodeId },
|
|
10913
10913
|
{ key: "uncollapsedIds", value: param.uncollapsedIds }
|
|
10914
10914
|
];
|
|
10915
|
-
const response = await this.callExecuteEvents(param, apiBody, "
|
|
10915
|
+
const response = await this.callExecuteEvents(param, apiBody, "onLoad");
|
|
10916
10916
|
return response == null ? void 0 : response.data;
|
|
10917
10917
|
},
|
|
10918
10918
|
getSelectOptions: async function(param) {
|