diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx index c4ab2b0976..d96379b336 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx @@ -95,12 +95,7 @@ export default defineComponent({ sync: false }) const formRef = ref() - const executeTypeOptions = [ - { value: 'PARALLEL', label: 'parallel' }, - { value: 'SERIAL_WAIT', label: 'Serial wait' }, - { value: 'SERIAL_DISCARD', label: 'Serial discard' }, - { value: 'SERIAL_PRIORITY', label: 'Serial priority' } - ] + const rule = { name: { required: true, @@ -228,7 +223,18 @@ export default defineComponent({ path='executionType' >