@xuda.io/runtime-bundle 1.0.1257 → 1.0.1258
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.
|
@@ -31998,6 +31998,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
31998
31998
|
return ret;
|
|
31999
31999
|
},
|
|
32000
32000
|
'xu-ref': async function ($elm, val) {
|
|
32001
|
+
if (!val.value) return {};
|
|
32001
32002
|
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
32002
32003
|
return ret;
|
|
32003
32004
|
},
|
|
@@ -33793,6 +33794,7 @@ func.UI.screen.execute_xu_functions_bad = async function (SESSION_ID, is_skeleto
|
|
|
33793
33794
|
},
|
|
33794
33795
|
|
|
33795
33796
|
'xu-ref': async function ($elm, val) {
|
|
33797
|
+
if (!val.value) return {};
|
|
33796
33798
|
return await common_fx['xu-ref']($container, val, $container?.data?.()?.xuData?.xuPanelData?.xuData?.paramsP?.dsSessionP);
|
|
33797
33799
|
},
|
|
33798
33800
|
},
|