Commit 484f3cb6fa66567b34ee47d5f7eab2494beb1a3b

Authored by 陈洋
1 parent 29b8f6aa

代码优化

... ... @@ -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
... ...