@xuda.io/runtime-bundle 1.0.1287 → 1.0.1288

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.
@@ -31920,7 +31920,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
31920
31920
 
31921
31921
  if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
31922
31922
 
31923
- if (fields_changed_arr) {
31923
+ if (!watcher && fields_changed_arr) {
31924
31924
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {
31925
31925
  continue;
31926
31926
  }