Browse Source

[Bug]Fixed the problem of no request from right click viewing log (#9728)

* The utils configuration files are centrally managed under common

* [Bug]Fixed the problem of no request from right click viewing log
3.0.0/version-upgrade
labbomb 2 years ago committed by GitHub
parent
commit
ca98a4a144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx

2
dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx

@ -351,7 +351,7 @@ export default defineComponent({
onEdit={editTask}
onCopyTask={copyTask}
onRemoveTasks={removeTasks}
onViewLog={viewLog}
onViewLog={handleViewLog}
/>
{!!props.definition && (
<StartModal

Loading…
Cancel
Save