From 4e3e07f603de97d8c593d743a74f84325c87845c Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Mon, 6 Nov 2023 16:38:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E9=80=89=E6=8B=A9=E5=AE=BD=E5=BA=A6=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/configManage/configParam.ts | 2 +- src/views/configManage/configParam/index.vue | 34 ++- .../components/array-children.vue | 64 ----- .../configManage/configParamTree/index.vue | 243 ++++++------------ 4 files changed, 95 insertions(+), 248 deletions(-) delete mode 100644 src/views/configManage/configParamTree/components/array-children.vue diff --git a/src/api/configManage/configParam.ts b/src/api/configManage/configParam.ts index bed1a69d..d885f021 100644 --- a/src/api/configManage/configParam.ts +++ b/src/api/configManage/configParam.ts @@ -18,7 +18,7 @@ export async function getParamConfigTopTab(neType: string) { url: `/api/rest/databaseManagement/v1/elementType/omc_db/objectType/param_config`, method: 'get', params: { - SQL: `SELECT top_display,top_tag FROM param_config WHERE ne_type = '${neType}'`, + SQL: `SELECT top_display,top_tag,method FROM param_config WHERE ne_type = '${neType}'`, }, }); // 解析数据 diff --git a/src/views/configManage/configParam/index.vue b/src/views/configManage/configParam/index.vue index f920e757..a4dab75c 100644 --- a/src/views/configManage/configParam/index.vue +++ b/src/views/configManage/configParam/index.vue @@ -1084,11 +1084,7 @@ onMounted(() => {