hlyc-web-pack 3.9.7 → 3.9.9

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.
@@ -19,6 +19,8 @@ export interface TableCallType {
19
19
  getTableList: (values?: getTableListQueryType, callBack?: () => void) => void;
20
20
  /** 获取分页数据 */
21
21
  getPages: () => TablePaginationType | undefined;
22
+ /** 重置查询缓存参数 */
23
+ resetQueryParameters: (data?: AnyObjectType) => void;
22
24
  /** 设置选中id,当设置original=true时,不会重置selectRowIds,会在原有的selectRowIds扩展 */
23
25
  setRowSelected: (selectedRowKeys: any[], original?: true) => void;
24
26
  /** 设置选中列数据[{}] */