feat:【antd】【crm】产品分类的代码优化

This commit is contained in:
YunaiV
2025-09-28 09:51:07 +08:00
parent 968552ec4b
commit 43c3169c54
68 changed files with 91 additions and 91 deletions

View File

@@ -54,7 +54,7 @@ async function handleDelete(row: SystemPostApi.Post) {
duration: 0,
});
try {
await deletePost(row.id as number);
await deletePost(row.id!);
message.success($t('ui.actionMessage.deleteSuccess', [row.name]));
handleRefresh();
} finally {