fix: แก้การส่งค่า customerId ต้องมี
This commit is contained in:
parent
9ec276493f
commit
d2702e6e41
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ const branch = ref<CustomerBranch[]>();
|
|||
const prop = withDefaults(
|
||||
defineProps<{
|
||||
color?: 'purple' | 'green';
|
||||
customerId?: string;
|
||||
customerId: string;
|
||||
}>(),
|
||||
{
|
||||
color: 'green',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue