style: 开战公共参数保存提示成功

This commit is contained in:
TsMask
2024-05-31 17:36:09 +08:00
parent 8e4c5d0b90
commit da08e1cc5b

View File

@@ -60,7 +60,7 @@ function fnSave() {
})
.then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success(t('views.ne.neConfPara5G.save'));
message.success(t('views.ne.neConfPara5G.saveOk'));
state.saveFile = true;
// 更新omc_ip
state.omcInfo.ip = state.from.sbi.omc_ip;