@ningboyz/types 1.3.144 → 1.3.145

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ningboyz/types",
3
3
  "type": "module",
4
- "version": "1.3.144",
4
+ "version": "1.3.145",
5
5
  "private": false,
6
6
  "description": "宁波甬政类型库",
7
7
  "author": "nbyt-syq",
@@ -98,7 +98,7 @@ export class TViewCtrlResponse extends TBaseResponse<IViewCtrlResponse> implemen
98
98
  const node = new TWtui.TWtuiNodeResponse();
99
99
  _.merge(node, viewCtrl);
100
100
  node.nodeName = viewCtrl.viewName;
101
- node.wtuiView = viewCtrl.viewIndx;
101
+ node.wtuiView = viewCtrl.uniqueID;
102
102
  return node;
103
103
  }
104
104