forked from verdnatura/salix-front
Merge pull request 'fix: #6943 show nickname salesPerson' (!766) from warmfix_customerModule into test
Reviewed-on: verdnatura/salix-front#766 Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
commit
5097cc8b81
|
@ -18,6 +18,7 @@ const contactChannels = ref([]);
|
|||
const title = ref();
|
||||
const handleSalesModelValue = (val) => ({
|
||||
or: [
|
||||
{ id: val },
|
||||
{ name: val },
|
||||
{ nickname: { like: '%' + val + '%' } },
|
||||
{ code: { like: `${val}%` } },
|
||||
|
|
Loading…
Reference in New Issue