--日志板块

This commit is contained in:
lai
2023-11-10 18:25:56 +08:00
parent b8190bd640
commit ca4493aaa6
12 changed files with 330 additions and 151 deletions

View File

@@ -449,6 +449,10 @@ function fnModalCancel() {
* @param row 网元编号ID
*/
function fnRecordDelete(row: Record<string, any>) {
message.success({
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
duration: 2,
});
Modal.confirm({
title: t('common.tipTitle'),
content: t('views.configManage.neManage.delSure', { msg: row.neName }),
@@ -458,7 +462,7 @@ function fnRecordDelete(row: Record<string, any>) {
delNeInfo(row).then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
message.success({
content: t('common.msgSuccess', { msg: t('common.deleteText ') }),
content: t('common.msgSuccess', { msg: t('common.deleteText') }),
key,
duration: 2,
});