ztxkui 4.2.23-546 → 4.2.23-548
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.
|
@@ -41,7 +41,7 @@ import { pinyin } from 'pinyin-pro';
|
|
|
41
41
|
// import dayjs from 'dayjs';
|
|
42
42
|
import { setCatch, getCatch } from './cacheUtils';
|
|
43
43
|
import { useFormInstance } from './formInstance';
|
|
44
|
-
import useBaseContext from '
|
|
44
|
+
import useBaseContext from '../utils/useBaseContext';
|
|
45
45
|
/**
|
|
46
46
|
* 组件缓存的数据格式,在当前浏览器运行内,能保证是唯一的引用,用来缓存数据用
|
|
47
47
|
* {
|