Browse Source

[Fix-16475][UI] Can't SET Timing successful in Workflow Definition grid (#16476)

dev
topsli 3 months ago committed by GitHub
parent
commit
5ffa45293e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts

2
dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts

@ -306,6 +306,8 @@ export function useTable() {
variables.timingState = row.scheduleReleaseState
} else {
variables.row = row
variables.timingType = 'create'
variables.timingState = 'OFFLINE'
}
}

Loading…
Cancel
Save