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