fix: แก้ไข type status
This commit is contained in:
parent
3741d7d5e5
commit
095a2bb268
2 changed files with 4 additions and 3 deletions
|
|
@ -164,7 +164,7 @@ const useBranchStore = defineStore('api-branch', () => {
|
|||
|
||||
async function editById(
|
||||
id: string,
|
||||
data: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' }>,
|
||||
data: Partial<BranchCreate & { status: 'ACTIVE' | 'INACTIVE' | 'CREATED' }>,
|
||||
qrCodeImage?: File | undefined,
|
||||
imageHq?: File | undefined,
|
||||
flow?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue