fix: แก้เงื่อนไขไม่ตรง
This commit is contained in:
parent
cb01378114
commit
bff6e88a22
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ watch(fieldSelectedCustomer, async () => {
|
|||
:color="i.color"
|
||||
@trigger="
|
||||
() => {
|
||||
triggerCreate(i.text as 'CORP' | 'PERS');
|
||||
triggerCreate(i.text === 'customerLegalEntity' ? 'CORP' : 'PERS');
|
||||
}
|
||||
"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue