@xuda.io/runtime-bundle 1.0.535 → 1.0.537

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.
@@ -13200,6 +13200,12 @@ 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
+ $elm.data().xuData.iterate_info,
13203
13209
  );
13204
13210
 
13205
13211
  if (res.result) {
@@ -10932,6 +10932,12 @@ 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
+ $elm.data().xuData.iterate_info,
10935
10941
  );
10936
10942
 
10937
10943
  if (res.result) {