feat: add before close function
This commit is contained in:
parent
97e234a225
commit
6364fbd4ab
2 changed files with 13 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ const props = withDefaults(
|
|||
employee?: boolean;
|
||||
employeeOwnerOption?: CustomerBranch[];
|
||||
prefixId: string;
|
||||
showBtnSave: boolean;
|
||||
showBtnSave?: boolean;
|
||||
}>(),
|
||||
{
|
||||
showBtnSave: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue