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(() => {