ztxkui 10.0.82 → 10.0.83

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.
@@ -15,5 +15,5 @@ export declare function useElectronicData(data: any): {
15
15
  setElectronicSeal: import("react").Dispatch<any>;
16
16
  };
17
17
  export declare function useCheckedSealInfoList(request: any): {
18
- getDeptInfo: any;
18
+ getDeptInfo: (this: any, params: any) => Promise<unknown>;
19
19
  };
@@ -2,7 +2,7 @@ import { useState, useEffect } from 'react';
2
2
  /**
3
3
  * 验证契约锁是否全部盖章
4
4
  */
5
- import useMemoizedFn from 'hooks/useMemoizedFn';
5
+ import useMemoizedFn from '../../../hooks/useMemoizedFn';
6
6
  /**
7
7
  * 外部数据发生改变,设置内部数据
8
8
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "10.0.82",
3
+ "version": "10.0.83",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",