From ca98a4a14455210069dff0c7820c9a4fe556c6f3 Mon Sep 17 00:00:00 2001 From: labbomb <739955946@qq.com> Date: Mon, 25 Apr 2022 10:26:52 +0800 Subject: [PATCH] [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 --- .../src/views/projects/workflow/components/dag/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx index 9d8ee44ec1..886e96c4bf 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx +++ b/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 && (