refactor: 重构 bpmnProcessDesigner 组件 ele => antd
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import { nextTick, onBeforeUnmount, ref, toRaw, watch } from 'vue';
|
||||
|
||||
import { Form, Input, Select } from 'ant-design-vue';
|
||||
const { TextArea } = Input;
|
||||
|
||||
defineOptions({ name: 'FlowCondition' });
|
||||
|
||||
@@ -17,6 +16,8 @@ const props = defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
const { TextArea } = Input;
|
||||
|
||||
const flowConditionForm = ref<any>({});
|
||||
const bpmnElement = ref();
|
||||
const bpmnElementSource = ref();
|
||||
|
||||
Reference in New Issue
Block a user