修正新增修改网元提示语

This commit is contained in:
lai
2024-01-11 10:16:21 +08:00
parent 8cda1cbb25
commit 77b33bc096
3 changed files with 22 additions and 4 deletions

View File

@@ -355,7 +355,7 @@ function fnModalOk() {
if (res.code === RESULT_CODE_SUCCESS) {
if (res.data?.error || res.data?.affectedRows === 0) {
message.error({
content: `${t('views.configManage.neManage.addFail')}`,
content: `${t('views.configManage.neManage.operFail')}`,
duration: 3,
});
} else {
@@ -369,7 +369,7 @@ function fnModalOk() {
}
} else {
message.error({
content: `${t('views.configManage.neManage.addFail')}`,
content: `${t('views.configManage.neManage.operFail')}`,
duration: 3,
});
}