feat: แก้ สถานะ ของCustomer

This commit is contained in:
Net 2024-06-19 14:54:03 +07:00
parent 5a0087b649
commit 0a10ac94fd
3 changed files with 84 additions and 6 deletions

View file

@ -215,7 +215,7 @@ const useCustomerStore = defineStore('api-customer', () => {
async function editById(
id: string,
data: CustomerUpdate,
data: Partial<CustomerUpdate>,
flow?: {
sessionId: string;
refTransactionId: string;