feat:【antd】【bpm】将 simple-model-design 迁移到 bpm components 下。
This commit is contained in:
@@ -30,7 +30,7 @@ import * as FormApi from '#/api/bpm/form';
|
||||
import {
|
||||
HttpRequestSetting,
|
||||
parseFormFields,
|
||||
} from '#/components/simple-process-design';
|
||||
} from '#/views/bpm/components/simple-process-design';
|
||||
|
||||
const modelData = defineModel<any>();
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ref } from 'vue';
|
||||
|
||||
import { ContentWrap } from '@vben/common-ui';
|
||||
|
||||
import { SimpleProcessDesigner } from '#/components/simple-process-design';
|
||||
import { SimpleProcessDesigner } from '#/views/bpm/components/simple-process-design';
|
||||
|
||||
defineOptions({ name: 'SimpleModelDesign' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user