From 2d444e56b3e33624d8745fc9fd1d1b89dc1b86cf Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:57:50 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Remove the resources in SQL. (#9153) --- .../src/views/projects/task/components/node/fields/use-sql.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts index e6a5a5eb50..602f3d6790 100644 --- a/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts +++ b/dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts @@ -16,7 +16,7 @@ */ import { computed } from 'vue' import { useI18n } from 'vue-i18n' -import { useResources, useCustomParams } from '.' +import { useCustomParams } from '.' import { useUdfs } from './use-udfs' import type { IJsonItem } from '../types' @@ -46,7 +46,6 @@ export function useSql(model: { [field: string]: any }): IJsonItem[] { } }, useUdfs(model), - useResources(), ...useCustomParams({ model, field: 'localParams', isSimple: false }), { type: 'multi-input',