From 7114c1531ec0a4733afbd6a75cb287e8ffa1a0d5 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Sat, 19 Mar 2022 14:51:31 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the information entered after the task group configuration is clicked on the Edit button is incorrect. (#9012) --- .../src/views/resource/task-group/option/index.tsx | 8 -------- 1 file changed, 8 deletions(-) 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 18306a535..26ccced1f 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() } -- GitLab