@xuda.io/runtime-bundle 1.0.535 → 1.0.536
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.
|
@@ -32891,6 +32891,13 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32891
32891
|
paramsP.dsSessionP,
|
|
32892
32892
|
'UI Attr EXP',
|
|
32893
32893
|
$elm.data().xuData.currentRecordId, // SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId
|
|
32894
|
+
null,
|
|
32895
|
+
null,
|
|
32896
|
+
null,
|
|
32897
|
+
null,
|
|
32898
|
+
null,
|
|
32899
|
+
null,
|
|
32900
|
+
$elm.data().xuData.iterate_info,
|
|
32894
32901
|
);
|
|
32895
32902
|
|
|
32896
32903
|
if (res.result) {
|