fix: แก้ส่งค่า currentCustomerId ไม่ไป
This commit is contained in:
parent
f185a5735a
commit
9ec276493f
1 changed files with 4 additions and 1 deletions
|
|
@ -357,7 +357,10 @@ onMounted(async () => {
|
||||||
</AppBox>
|
</AppBox>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<CustomerInfoComponent @back="isMainPage = true" />
|
<CustomerInfoComponent
|
||||||
|
:customer-id="currentCustomerId"
|
||||||
|
@back="isMainPage = true"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue