@xuda.io/runtime-bundle 1.0.308 → 1.0.309
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.
|
@@ -31578,7 +31578,7 @@ func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, j
|
|
|
31578
31578
|
.find('*')
|
|
31579
31579
|
.filter(function () {
|
|
31580
31580
|
var attr = [];
|
|
31581
|
-
console.log(
|
|
31581
|
+
console.log($(this).data()?.xuAttributes);
|
|
31582
31582
|
// if (
|
|
31583
31583
|
// dsSession &&
|
|
31584
31584
|
// $(this).data()?.xuData?.paramsP?.dsSessionP != dsSession
|