@xuda.io/runtime-bundle 1.0.991 → 1.0.992

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.
@@ -32253,12 +32253,14 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32253
32253
  xuAttributes: $elm.data().xuAttributes || {},
32254
32254
  xuData: $elm.data().xuData || {},
32255
32255
  });
32256
- $xurender.data().xuData.original_data_obj = {
32256
+ const original_data_obj = {
32257
32257
  nodeP: _.cloneDeep($elm.data().xuData.node_org),
32258
32258
  paramsP: $elm.data().xuData.paramsP,
32259
32259
  $container: $elm.clone(true),
32260
32260
  parent_infoP: parent_infoP,
32261
32261
  };
32262
+
32263
+ $xurender.data().xuData.original_data_obj = original_data_obj;
32262
32264
  }
32263
32265
  $elm.replaceWith(tmp_$div.children());
32264
32266
  func.events.delete_job(SESSION_ID, jobNoP);