fix: แก้ id ซ้ำกัน

This commit is contained in:
Net 2024-06-17 12:57:57 +07:00
parent 555ece125c
commit ad18731a8c
2 changed files with 17 additions and 10 deletions

View file

@ -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]