[Bugfix]去除删除Truncate时的多余提示信息

This commit is contained in:
erge
2023-09-10 22:45:59 +08:00
parent ea0c744677
commit 128b180c83

View File

@@ -112,10 +112,6 @@ const AutoPage = (props: any) => {
message: '清除数据成功',
});
getTopicsList();
} else {
notification.error({
message: '清除数据失败',
});
}
});
};