@xuda.io/runtime-bundle 1.0.514 → 1.0.515
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12644,7 +12644,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12644
12644
|
return ret;
|
|
12645
12645
|
},
|
|
12646
12646
|
'xu-ref': async function ($elm, val) {
|
|
12647
|
-
let ret = await common_fx['xu-ref']($container, val, $
|
|
12647
|
+
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
12648
12648
|
return ret;
|
|
12649
12649
|
},
|
|
12650
12650
|
},
|
|
@@ -10376,7 +10376,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10376
10376
|
return ret;
|
|
10377
10377
|
},
|
|
10378
10378
|
'xu-ref': async function ($elm, val) {
|
|
10379
|
-
let ret = await common_fx['xu-ref']($container, val, $
|
|
10379
|
+
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
10380
10380
|
return ret;
|
|
10381
10381
|
},
|
|
10382
10382
|
},
|