From 30a8372505bdc00b58792f1f3761d93b04d046a7 Mon Sep 17 00:00:00 2001 From: Devosend Date: Fri, 22 Apr 2022 14:51:30 +0800 Subject: [PATCH] [Fix][UI][V1.0.0-Beta] Fix the parameter variables and startup parameters window cannot auto close bug (#9653) --- .../workflow/components/dag/dag-toolbar.tsx | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx index 6b78cb7807..fb35486d14 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx @@ -74,9 +74,6 @@ export default defineComponent({ setup(props, context) { const { t } = useI18n() - const startupPopoverRef = ref(false) - const paramPopoverRef = ref(false) - const themeStore = useThemeStore() const graph = inject>('graph', ref()) @@ -229,19 +226,12 @@ export default defineComponent({ ( - + {{ trigger: () => ( - (paramPopoverRef.value = !paramPopoverRef.value) - } class={Styles['toolbar-btn']} > @@ -264,20 +254,12 @@ export default defineComponent({ ( - + {{ trigger: () => ( - (startupPopoverRef.value = - !startupPopoverRef.value) - } class={Styles['toolbar-btn']} >