refactor: add drawerModal

This commit is contained in:
Net 2024-08-26 11:03:32 +07:00
parent 2e392a44d1
commit 376c0b0553

View file

@ -36,6 +36,7 @@ export const useCustomerForm = defineStore('form-customer', () => {
dialogType: 'info' | 'create' | 'edit';
dialogOpen: boolean;
dialogModal: boolean;
drawerModal: boolean;
branchIndex: number;
customerImageUrl: string;
defaultCustomerImageUrl: string;
@ -49,6 +50,7 @@ export const useCustomerForm = defineStore('form-customer', () => {
dialogType: 'info',
dialogOpen: false,
dialogModal: false,
drawerModal: false,
imageDialog: false,
branchIndex: -1,
readonly: true,