feat: [bpm] [ele,antd] todo 优化, 更多设置问题修复
This commit is contained in:
@@ -497,7 +497,7 @@ onBeforeUnmount(() => {
|
||||
/>
|
||||
|
||||
<!-- 第四步:更多设置 -->
|
||||
<div v-if="currentStep === 3" class="mx-auto w-4/6">
|
||||
<div v-show="currentStep === 3" class="mx-auto w-4/6">
|
||||
<ExtraSetting v-model="formData" ref="extraSettingRef" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -29,10 +29,8 @@ import {
|
||||
import dayjs from 'dayjs';
|
||||
|
||||
import { getForm } from '#/api/bpm/form';
|
||||
import {
|
||||
HttpRequestSetting,
|
||||
parseFormFields,
|
||||
} from '#/views/bpm/components/simple-process-design';
|
||||
import { parseFormFields } from '#/components/form-create';
|
||||
import { HttpRequestSetting } from '#/views/bpm/components/simple-process-design';
|
||||
|
||||
import PrintTemplate from './custom-print-template.vue';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user