feat: แก้ สถานะ ของCustomer
This commit is contained in:
parent
5a0087b649
commit
0a10ac94fd
3 changed files with 84 additions and 6 deletions
|
|
@ -215,7 +215,7 @@ const useCustomerStore = defineStore('api-customer', () => {
|
|||
|
||||
async function editById(
|
||||
id: string,
|
||||
data: CustomerUpdate,
|
||||
data: Partial<CustomerUpdate>,
|
||||
flow?: {
|
||||
sessionId: string;
|
||||
refTransactionId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue