feat: 网元信息表单多语言翻译
This commit is contained in:
@@ -59,7 +59,7 @@ const modalStateFrom = Form.useForm(
|
||||
kpiTimer: [
|
||||
{
|
||||
required: true,
|
||||
message: '请输入KPI上报周期(单位秒)',
|
||||
message: t('views.ne.neInfo.oam.kpiTimerPlease'),
|
||||
},
|
||||
],
|
||||
})
|
||||
@@ -115,10 +115,7 @@ function fnModalOk() {
|
||||
})
|
||||
.then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
message.success({
|
||||
content: '操作成功',
|
||||
duration: 3,
|
||||
});
|
||||
message.success(t('common.operateOk'), 3);
|
||||
emit('ok');
|
||||
fnModalCancel();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user