@xuda.io/runtime-bundle 1.0.392 → 1.0.393
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.
|
@@ -31988,7 +31988,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31988
31988
|
|
|
31989
31989
|
const common_fx = {
|
|
31990
31990
|
'xu-ref': async function ($elm, val) {
|
|
31991
|
-
func.UI.update_xu_ref(SESSION_ID, paramsP.dsSessionP, $elm);
|
|
31991
|
+
func.UI.update_xu_ref(SESSION_ID, paramsP.dsSessionP, val.value, $elm);
|
|
31992
31992
|
// const _session = SESSION_OBJ[SESSION_ID];
|
|
31993
31993
|
// let _ds_0 = _session.DS_GLB[0];
|
|
31994
31994
|
|