@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -9091,7 +9091,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9091
9091
|
return proxy;
|
|
9092
9092
|
}
|
|
9093
9093
|
|
|
9094
|
-
return createProxy(obj);
|
|
9094
|
+
return createProxy({ _ref: obj });
|
|
9095
9095
|
}
|
|
9096
9096
|
|
|
9097
9097
|
const watchedUser = createWatchedObject(_ds, async (change) => {
|
|
@@ -9092,7 +9092,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9092
9092
|
return proxy;
|
|
9093
9093
|
}
|
|
9094
9094
|
|
|
9095
|
-
return createProxy(obj);
|
|
9095
|
+
return createProxy({ _ref: obj });
|
|
9096
9096
|
}
|
|
9097
9097
|
|
|
9098
9098
|
const watchedUser = createWatchedObject(_ds, async (change) => {
|