@xuda.io/runtime-bundle 1.0.1310 → 1.0.1311
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.
|
@@ -28222,7 +28222,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
28222
28222
|
return proxy;
|
|
28223
28223
|
}
|
|
28224
28224
|
|
|
28225
|
-
return createProxy(obj);
|
|
28225
|
+
return createProxy({ _ref: obj });
|
|
28226
28226
|
}
|
|
28227
28227
|
|
|
28228
28228
|
const watchedUser = createWatchedObject(_ds, async (change) => {
|