fix: แก้การส่งค่า customerId ต้องมี

This commit is contained in:
Net 2024-06-07 14:40:18 +07:00
parent 9ec276493f
commit d2702e6e41

View file

@ -15,7 +15,7 @@ const branch = ref<CustomerBranch[]>();
const prop = withDefaults(
defineProps<{
color?: 'purple' | 'green';
customerId?: string;
customerId: string;
}>(),
{
color: 'green',