diff --git a/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx b/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx index 18306a53576c08f76cb295129f814891884e2857..26ccced1fdbb995ed98e0165440b8ee99dd4551d 100644 --- a/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx +++ b/dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx @@ -72,14 +72,6 @@ const taskGroupOption = defineComponent({ const onConfirm = () => { showModalRef.value = false - updateItemData = { - id: 0, - name: '', - projectCode: 0, - groupSize: 0, - status: 1, - description: '' - } resetTableData() }