@xuda.io/runtime-bundle 1.0.1255 → 1.0.1256
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.
|
@@ -33793,7 +33793,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
33793
33793
|
},
|
|
33794
33794
|
|
|
33795
33795
|
'xu-ref': async function ($elm, val) {
|
|
33796
|
-
return await common_fx['xu-ref']($container, val, $container
|
|
33796
|
+
return await common_fx['xu-ref']($container, val, $container?.data?.()?.xuData?.xuPanelData?.xuData?.paramsP?.dsSessionP);
|
|
33797
33797
|
},
|
|
33798
33798
|
},
|
|
33799
33799
|
|