style: 开战公共参数保存提示成功
This commit is contained in:
@@ -60,7 +60,7 @@ function fnSave() {
|
|||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success(t('views.ne.neConfPara5G.save'));
|
message.success(t('views.ne.neConfPara5G.saveOk'));
|
||||||
state.saveFile = true;
|
state.saveFile = true;
|
||||||
// 更新omc_ip
|
// 更新omc_ip
|
||||||
state.omcInfo.ip = state.from.sbi.omc_ip;
|
state.omcInfo.ip = state.from.sbi.omc_ip;
|
||||||
|
|||||||
Reference in New Issue
Block a user