[Bug][UI Next]Modify the display state logic of save buttons under workflow definition (#9403)

* Modifying site Configurations

* Modify the display state logic of save buttons under workflow definition
This commit is contained in:
labbomb 2022-04-08 14:55:49 +08:00 committed by GitHub
parent d23616fcbc
commit 2db4cd4f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -481,6 +481,7 @@ export default defineComponent({
type='info'
secondary
round
disabled={props.definition?.processDefinition?.releaseState === 'ONLINE'}
onClick={() => {
context.emit('saveModelToggle', true)
}}