fix: แก้ส่งค่า currentCustomerId ไม่ไป

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

View file

@ -357,7 +357,10 @@ onMounted(async () => {
</AppBox>
</div>
<div v-else>
<CustomerInfoComponent @back="isMainPage = true" />
<CustomerInfoComponent
:customer-id="currentCustomerId"
@back="isMainPage = true"
/>
</div>
</div>