fix: แก้ไข type status

This commit is contained in:
Net 2024-04-18 18:07:38 +07:00
parent 3741d7d5e5
commit 095a2bb268
2 changed files with 4 additions and 3 deletions

View file

@ -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?: {