feat: add before close function

This commit is contained in:
Methapon2001 2024-08-06 08:56:06 +07:00
parent 97e234a225
commit 6364fbd4ab
2 changed files with 13 additions and 3 deletions

View file

@ -34,7 +34,7 @@ const props = withDefaults(
employee?: boolean;
employeeOwnerOption?: CustomerBranch[];
prefixId: string;
showBtnSave: boolean;
showBtnSave?: boolean;
}>(),
{
showBtnSave: false,