fix: แก้ id ซ้ำกัน
This commit is contained in:
parent
555ece125c
commit
ad18731a8c
2 changed files with 17 additions and 10 deletions
|
|
@ -1667,6 +1667,7 @@ watch(currentStatus, async () => {
|
|||
>
|
||||
<template #address>
|
||||
<FormAddress
|
||||
:id="indexTab"
|
||||
v-if="
|
||||
indexTab !== undefined && formData.customerBranch?.[indexTab]
|
||||
"
|
||||
|
|
@ -1944,6 +1945,7 @@ watch(currentStatus, async () => {
|
|||
>
|
||||
<template #address>
|
||||
<FormAddress
|
||||
:id="indexTab"
|
||||
v-if="
|
||||
indexTab !== undefined && formData.customerBranch?.[indexTab]
|
||||
"
|
||||
|
|
@ -2070,6 +2072,7 @@ watch(currentStatus, async () => {
|
|||
>
|
||||
<template #address>
|
||||
<FormAddress
|
||||
:id="indexTab"
|
||||
v-if="
|
||||
indexTab !== undefined && formData.customerBranch?.[indexTab]
|
||||
"
|
||||
|
|
@ -2241,6 +2244,7 @@ watch(currentStatus, async () => {
|
|||
>
|
||||
<template #address>
|
||||
<FormAddress
|
||||
:id="indexTab"
|
||||
v-if="
|
||||
indexTab !== undefined &&
|
||||
formData.customerBranch?.[indexTab]
|
||||
|
|
@ -2431,6 +2435,7 @@ watch(currentStatus, async () => {
|
|||
>
|
||||
<template #address>
|
||||
<FormAddress
|
||||
:id="indexTab"
|
||||
v-if="
|
||||
indexTab !== undefined &&
|
||||
formData.customerBranch?.[indexTab]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue