@xuda.io/runtime-bundle 1.0.593 → 1.0.594
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
|
@@ -12089,6 +12089,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12089
12089
|
break;
|
|
12090
12090
|
}
|
|
12091
12091
|
}
|
|
12092
|
+
|
|
12093
|
+
if (found) {
|
|
12094
|
+
break;
|
|
12095
|
+
}
|
|
12092
12096
|
}
|
|
12093
12097
|
}
|
|
12094
12098
|
|