[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:
王渔 2024-03-06 10:02:16 +08:00 committed by GitHub
parent e3bd26322f
commit e984300253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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'))
}