---用户管理,网元管理等中英文
This commit is contained in:
@@ -466,7 +466,7 @@ function fnCancelConfirm() {
|
||||
title: 'Tip',
|
||||
content: `确认是否取消确认告警?`,
|
||||
onOk() {
|
||||
const hide = message.loading('请稍等...', 0);
|
||||
const hide = message.loading(t('common.loading'), 0);
|
||||
cancelConfirm(state.selectedRowKeys).then(res => {
|
||||
hide();
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
@@ -495,7 +495,7 @@ function fnExportAll() {
|
||||
content: `确认是否导出全部历史告警信息?`,
|
||||
onOk() {
|
||||
const key = 'exportAlarmHis';
|
||||
message.loading({ content: '请稍等...', key });
|
||||
message.loading({ content: t('common.loading'), key });
|
||||
exportAll(queryParams).then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS) {
|
||||
message.success({
|
||||
|
||||
Reference in New Issue
Block a user