@baosight/er4j 0.0.15 → 0.0.16

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.
@@ -4292,7 +4292,7 @@ export declare namespace ER {
4292
4292
  * 关闭弹出画面
4293
4293
  */
4294
4294
  CloseDialog(): void;
4295
- queryMainGridInfo: () => void;
4295
+ queryMainGridInfo: (showMsg?: boolean) => void;
4296
4296
  /**
4297
4297
  * 自动勾选记录
4298
4298
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baosight/er4j",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "er4j 辅助开发",
5
5
  "private": false,
6
6
  "type": "module",