chore: suite

This commit is contained in:
xiaojunnuo
2024-12-20 01:00:13 +08:00
parent 08111f1418
commit 5d568efac3
15 changed files with 175 additions and 110 deletions
@@ -23,9 +23,6 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
};
const addRequest = async ({ form }: AddReq) => {
form.content = JSON.stringify({
title: form.title
});
const res = await api.AddObj(form);
return res;
};