diff --git a/dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx b/dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx index fcd20e41e5..2e53259090 100644 --- a/dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx +++ b/dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx @@ -15,7 +15,15 @@ * limitations under the License. */ -import { defineComponent, PropType, toRefs, onMounted, ref, Ref, getCurrentInstance } from 'vue' +import { + defineComponent, + PropType, + toRefs, + onMounted, + ref, + Ref, + getCurrentInstance +} from 'vue' import { NForm, NFormItem, NInput, NSelect, NInputNumber } from 'naive-ui' import { useForm } from '../use-form' import Modal from '@/components/modal' @@ -106,14 +114,14 @@ const FormModal = defineComponent({ confirmDisabled={ !this.formData.name || !this.formData.groupSize || - !this.formData.description + !this.formData.projectCode } confirmLoading={this.saving} > @@ -150,7 +158,7 @@ const FormModal = defineComponent({ path='description' >