瀏覽代碼

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

Devosend 3 年之前
父節點
當前提交
01f3dcd03b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx

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