This commit is contained in:
Viet An
2026-06-04 13:57:27 +07:00
parent 2981d9790a
commit 2a1f85c2af
44 changed files with 99 additions and 102 deletions

View File

@@ -169,7 +169,7 @@ async function createCustomer() {
}
const customerData = $resetNull({ ...record.value });
const res = await $insertapi("customer", customerData, undefined, false);
const res = await $insertapi("customer", { data: customerData, notify: false });
if (!res || res === "error") return;
const completedData = await $getdata("customer", {