mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
fix workflow instance can not be save bug (#9554)
This commit is contained in:
parent
e534ca1298
commit
01f3dcd03b
@ -497,7 +497,8 @@ export default defineComponent({
|
||||
secondary
|
||||
round
|
||||
disabled={
|
||||
props.definition?.processDefinition?.releaseState === 'ONLINE'
|
||||
props.definition?.processDefinition?.releaseState === 'ONLINE' &&
|
||||
!props.instance
|
||||
}
|
||||
onClick={() => {
|
||||
context.emit('saveModelToggle', true)
|
||||
|
Loading…
Reference in New Issue
Block a user