@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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.VIEW_OBJ.get(SESSION_ID, _ds.prog_id);
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1152",
3
+ "version": "1.3.1153",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {