refactor: add drawerModal
This commit is contained in:
parent
2e392a44d1
commit
376c0b0553
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue