feat:【antd】【crm】优化合同的整体代码风格
This commit is contained in:
@@ -67,7 +67,7 @@ async function handleDelete(row: CrmBusinessApi.Business) {
|
||||
duration: 0,
|
||||
});
|
||||
try {
|
||||
await deleteBusiness(row.id as number);
|
||||
await deleteBusiness(row.id!);
|
||||
message.success($t('ui.actionMessage.deleteSuccess', [row.name]));
|
||||
handleRefresh();
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user