diff --git a/src/components/workflow/modules/drawer/start-drawer.vue b/src/components/workflow/modules/drawer/start-drawer.vue index 8e9a1cc..7e463da 100644 --- a/src/components/workflow/modules/drawer/start-drawer.vue +++ b/src/components/workflow/modules/drawer/start-drawer.vue @@ -2,7 +2,11 @@ import { ref, watch } from 'vue'; import CronInput from '@sa/cron-input'; import { type FormInst, type FormItemRule } from 'naive-ui'; -import { blockStrategyRecordOptions, triggerTypeOptions, workFlowNodeStatusOptions } from '@/constants/business'; +import { + blockStrategyRecordOptions, + workflowTriggerTypeOptions as triggerTypeOptions, + workFlowNodeStatusOptions +} from '@/constants/business'; import { $t } from '@/locales'; import { fetchGetAllGroupNameList } from '@/service/api'; import { isNotNull } from '@/utils/common'; @@ -165,6 +169,7 @@ const rules: Record = { @@ -176,7 +181,7 @@ const rules: Record = { - + diff --git a/src/components/workflow/workflow.vue b/src/components/workflow/workflow.vue index 063176a..50e33cf 100644 --- a/src/components/workflow/workflow.vue +++ b/src/components/workflow/workflow.vue @@ -1,5 +1,5 @@ - -