--网元管理 删除成功的错误提示

This commit is contained in:
lai
2023-11-22 10:27:54 +08:00
parent 6ecd98650b
commit f9bd9f7292
2 changed files with 1 additions and 5 deletions

View File

@@ -449,10 +449,6 @@ 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 }),