fix: 网元主机操作翻译提示
This commit is contained in:
@@ -316,7 +316,7 @@ function fnModalOk() {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('views.ne.neHost.ok'),
|
content: t('common.operateOk'),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
fnModalCancel();
|
fnModalCancel();
|
||||||
@@ -361,7 +361,7 @@ function fnRecordDelete(hostId: string) {
|
|||||||
hide();
|
hide();
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('views.ne.neHost.ok'),
|
content: t('common.operateOk'),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
fnGetList();
|
fnGetList();
|
||||||
|
|||||||
@@ -270,7 +270,7 @@ function fnModalOk() {
|
|||||||
.then(res => {
|
.then(res => {
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('views.ne.neHostCmd.ok'),
|
content: t('common.operateOk'),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
fnModalCancel();
|
fnModalCancel();
|
||||||
@@ -315,7 +315,7 @@ function fnRecordDelete(cmdId: string) {
|
|||||||
hide();
|
hide();
|
||||||
if (res.code === RESULT_CODE_SUCCESS) {
|
if (res.code === RESULT_CODE_SUCCESS) {
|
||||||
message.success({
|
message.success({
|
||||||
content: t('views.ne.neHostCmd.ok'),
|
content: t('common.operateOk'),
|
||||||
duration: 2,
|
duration: 2,
|
||||||
});
|
});
|
||||||
fnGetList();
|
fnGetList();
|
||||||
|
|||||||
Reference in New Issue
Block a user