Ver código fonte

fix workflow instance can not be save bug (#9554)

Devosend 3 anos atrás
pai
commit
01f3dcd03b

+ 2 - 1
dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx

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