@ibiz-template/runtime 0.0.1-alpha.7 → 0.0.1-alpha.8

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.
@@ -162,7 +162,7 @@ export class AppDEUIActionUtil {
162
162
  }
163
163
  await neuron.call.newData(event);
164
164
  }
165
- // 打开新建数据视图
165
+ // 打开编辑数据视图
166
166
  if (uIActionTag === 'Edit') {
167
167
  if (!neuron.call.openData) {
168
168
  throw new Error(`该视图不存在openData能力`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibiz-template/runtime",
3
- "version": "0.0.1-alpha.7",
3
+ "version": "0.0.1-alpha.8",
4
4
  "description": "控制器包",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -34,5 +34,5 @@
34
34
  "@ibiz-template/service": "^0.0.1-alpha.2",
35
35
  "qx-util": "^0.4.1"
36
36
  },
37
- "gitHead": "daa44db56c323f409601ebd850eee47198789a20"
37
+ "gitHead": "f6d52317b2373d2548600bd819df143f3ec38360"
38
38
  }
@@ -229,7 +229,7 @@ export class AppDEUIActionUtil {
229
229
  }
230
230
  await neuron.call.newData(event);
231
231
  }
232
- // 打开新建数据视图
232
+ // 打开编辑数据视图
233
233
  if (uIActionTag === 'Edit') {
234
234
  if (!neuron.call.openData) {
235
235
  throw new Error(`该视图不存在openData能力`);