refactor: Change the conditions for adding customer
This commit is contained in:
parent
afde232ab4
commit
e1ea4d4b71
1 changed files with 1 additions and 1 deletions
|
|
@ -1690,7 +1690,7 @@ const emptyCreateDialog = ref(false);
|
||||||
@trigger="
|
@trigger="
|
||||||
() => {
|
() => {
|
||||||
createCustomerForm(
|
createCustomerForm(
|
||||||
i.text === 'customerLegalEntity' ? 'CORP' : 'PERS',
|
i.text === 'customer.employerLegalEntity' ? 'CORP' : 'PERS',
|
||||||
);
|
);
|
||||||
emptyCreateDialog = false;
|
emptyCreateDialog = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue