@xuda.io/runtime-bundle 1.0.1283 → 1.0.1284

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.
@@ -28232,8 +28232,9 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
28232
28232
  await func.datasource.update(SESSION_ID, datasource_changes);
28233
28233
 
28234
28234
  // _.set(_session.DS_GLB[dsSessionP].watcher, change.path, change.newValue);
28235
-
28236
- await func.action.execute(SESSION_ID, 'act_refresh', _session.DS_GLB[dsSessionP], null, null, null, $elm);
28235
+ setTimeout(() => {
28236
+ func.action.execute(SESSION_ID, 'act_refresh', _session.DS_GLB[dsSessionP], null, null, null, $elm);
28237
+ }, 1000);
28237
28238
  } catch (error) {}
28238
28239
  });
28239
28240