0
0
Fork 0

fix: Customer module find salesPersons out of first get

This commit is contained in:
Javier Segarra 2024-09-13 09:23:15 +02:00
parent 770663cc37
commit a5ea940dd8
2 changed files with 0 additions and 2 deletions

View File

@ -99,7 +99,6 @@ const title = ref();
:fields="['id', 'nickname']" :fields="['id', 'nickname']"
sort-by="nickname ASC" sort-by="nickname ASC"
:rules="validate('client.salesPersonFk')" :rules="validate('client.salesPersonFk')"
:use-like="false"
emit-value emit-value
auto-load auto-load
> >

View File

@ -425,7 +425,6 @@ function handleLocation(data, location) {
}" }"
:fields="['id', 'nickname']" :fields="['id', 'nickname']"
sort-by="nickname ASC" sort-by="nickname ASC"
:use-like="false"
emit-value emit-value
auto-load auto-load
> >