@baosight/er4j 0.0.50 → 0.0.51

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.
@@ -3202,8 +3202,8 @@ export declare namespace ER {
3202
3202
  showLoading?: boolean;
3203
3203
  }, serviceName?: string): Promise<EiInfo>;
3204
3204
  /**
3205
- * 查询数据并合并到Grid
3206
- * @param serviceName 服务名称
3205
+ * 根据service或者DataSource查询数据并合并到Grid
3206
+ * @param serviceName 服务名称或数据源配置ID
3207
3207
  * @param filterConfId 过滤配置ID
3208
3208
  * @param gridConfId Grid配置ID
3209
3209
  * @param options 选项
@@ -3214,7 +3214,7 @@ export declare namespace ER {
3214
3214
  callServiceOptions?: CallServiceOptions;
3215
3215
  filterBlockId?: string;
3216
3216
  gridBlockId?: string;
3217
- }): Promise<void>;
3217
+ }): Promise<any>;
3218
3218
  /**
3219
3219
  * 保存Grid数据
3220
3220
  * @param saveSerivce 保存服务
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",