Browse Source

[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)

3.0.0/version-upgrade
songjianet 3 years ago committed by GitHub
parent
commit
7114c1531e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx

8
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()
}

Loading…
Cancel
Save