From 61029723732e9e3d1e6347d48b529ecdfd22070d Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 5 Jul 2024 14:42:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BD=91=E5=85=83=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E9=85=8D=E7=BD=AEOMC=E7=9A=84IP=E5=8E=BB=E9=99=A4=E8=A6=86?= =?UTF-8?q?=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.ts | 2 ++ src/i18n/locales/zh-CN.ts | 2 ++ src/views/ne/neConfPara5G/index.vue | 11 +++++++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index ee36d593..d3a5aad9 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -771,6 +771,8 @@ export default { uploadChangeFail: "Some network elements failed to update the license, please check whether the service terminal environment is available!", }, neConfPara5G: { + headerTip: 'Check and save the public parameter properties of the network element before performing the installation of the network element, and make sure that the latest parameter properties are applied.', + headerTipToPage: 'Jump Installation', save: 'Save', reload: 'Reload', title: 'Save Info', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 424f4104..7c0a41b1 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -771,6 +771,8 @@ export default { uploadChangeFail: "部分网元更新许可证失败,请检查服务终端环境是否可用!", }, neConfPara5G: { + headerTip: '进行网元安装前检查并保存网元公共参数属性,确认应用为最新参数属性', + headerTipToPage: '跳转安装', save: '保存', reload: '刷新', title: '保存信息', diff --git a/src/views/ne/neConfPara5G/index.vue b/src/views/ne/neConfPara5G/index.vue index 8712a255..6be68cb9 100644 --- a/src/views/ne/neConfPara5G/index.vue +++ b/src/views/ne/neConfPara5G/index.vue @@ -119,8 +119,8 @@ function fnGetData() { for (const item of resArr[1].rows) { switch (item.neType) { case 'OMC': - state.from.sbi.omc_ip = item.ip; - Object.assign(state.omcInfo, item); + // state.from.sbi.omc_ip = item.ip; + Object.assign(state.omcInfo, item); // 主动改OMC_IP break; case 'IMS': state.from.sbi.ims_ip = item.ip; @@ -204,6 +204,13 @@ onMounted(() => {