Showing
1 changed file
with
1 additions
and
2 deletions
@@ -19,7 +19,6 @@ import { | @@ -19,7 +19,6 @@ import { | ||
19 | } from 'antd'; | 19 | } from 'antd'; |
20 | import type { TreeProps } from 'antd/lib/tree'; | 20 | import type { TreeProps } from 'antd/lib/tree'; |
21 | import ParameterModal from './ParameterModal'; | 21 | import ParameterModal from './ParameterModal'; |
22 | -import { QxFieldSetter } from '@qx/common'; | ||
23 | import { formatEnum } from './constant'; | 22 | import { formatEnum } from './constant'; |
24 | // import type { InputRef } from 'antd'; | 23 | // import type { InputRef } from 'antd'; |
25 | import { | 24 | import { |
@@ -33,7 +32,7 @@ import { cloneDeep } from 'lodash-es'; | @@ -33,7 +32,7 @@ import { cloneDeep } from 'lodash-es'; | ||
33 | import moment from 'dayjs'; | 32 | import moment from 'dayjs'; |
34 | import type { ParamDesignModel } from './constant'; | 33 | import type { ParamDesignModel } from './constant'; |
35 | import { uidGen } from './stringUtil'; | 34 | import { uidGen } from './stringUtil'; |
36 | -import { QxBaseIcon } from '@qx/common'; | 35 | +import { QxFieldSetter, QxBaseIcon } from '@qx/common'; |
37 | 36 | ||
38 | import './style.less'; | 37 | import './style.less'; |
39 | 38 |