fix: 配置参数下拉选择宽度固定

This commit is contained in:
TsMask
2023-11-06 16:38:25 +08:00
parent 5db5c50f73
commit 4e3e07f603
4 changed files with 95 additions and 248 deletions

View File

@@ -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}'`,
},
});
// 解析数据