@xuda.io/xuda-worker-bundle-min 1.3.1152 → 1.3.1153
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4122,7 +4122,7 @@ func.datasource.update = async function (
|
|
|
4122
4122
|
let tree_ret = await func.utils.TREE_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
4123
4123
|
let server_field = false
|
|
4124
4124
|
if (tree_ret.menuType === "globals") {
|
|
4125
|
-
let _view_obj = await func.utils.
|
|
4125
|
+
let _view_obj = await func.utils.VIEWS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
4126
4126
|
let view_field_obj = func.common.find_item_by_key(
|
|
4127
4127
|
_view_obj.progFields,
|
|
4128
4128
|
"field_id",
|