@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -13200,6 +13200,13 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
13200
13200
|
paramsP.dsSessionP,
|
|
13201
13201
|
'UI Attr EXP',
|
|
13202
13202
|
$elm.data().xuData.currentRecordId, // SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId
|
|
13203
|
+
null,
|
|
13204
|
+
null,
|
|
13205
|
+
null,
|
|
13206
|
+
null,
|
|
13207
|
+
null,
|
|
13208
|
+
null,
|
|
13209
|
+
$elm.data().xuData.iterate_info,
|
|
13203
13210
|
);
|
|
13204
13211
|
|
|
13205
13212
|
if (res.result) {
|
|
@@ -10932,6 +10932,13 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10932
10932
|
paramsP.dsSessionP,
|
|
10933
10933
|
'UI Attr EXP',
|
|
10934
10934
|
$elm.data().xuData.currentRecordId, // SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP].currentRecordId
|
|
10935
|
+
null,
|
|
10936
|
+
null,
|
|
10937
|
+
null,
|
|
10938
|
+
null,
|
|
10939
|
+
null,
|
|
10940
|
+
null,
|
|
10941
|
+
$elm.data().xuData.iterate_info,
|
|
10935
10942
|
);
|
|
10936
10943
|
|
|
10937
10944
|
if (res.result) {
|