[bug] [dolphinscheduler-ui] UI timed scheduler Improvement (#15624)
* Update use-table.ts * [Fix][CI] Remove useless code * [Fix][CI] Remove useless code * [Fix][CI] Remove useless code --------- Co-authored-by: Rick Cheng <rickchengx@gmail.com> Co-authored-by: 旺阳 <wang@lqwang.net> Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
parent
e3bd26322f
commit
e984300253
|
|
@ -366,6 +366,11 @@ export function useTable() {
|
|||
if (data.releaseState === 'ONLINE') {
|
||||
variables.setTimingDialogShowRef = true
|
||||
variables.row = row
|
||||
if (row?.schedule) {
|
||||
variables.row = row.schedule
|
||||
variables.timingType = 'update'
|
||||
variables.timingState = row.scheduleReleaseState
|
||||
}
|
||||
} else {
|
||||
window.$message.success(t('project.workflow.success'))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue