fix: 修复站点证书监控复制按钮无效的bug

This commit is contained in:
xiaojunnuo
2025-10-28 23:45:08 +08:00
parent f7cf7c198d
commit efa26a067f

View File

@@ -33,6 +33,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
const addRequest = async (req: AddReq) => {
const { form } = req;
delete form.id;
const res = await api.AddObj(form);
return res;
};