0
0
Fork 0

fix: #6943 show nickname salesPerson

This commit is contained in:
Javier Segarra 2024-09-26 12:29:03 +00:00
parent f00db79d47
commit bbf3b6d4b7
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ const contactChannels = ref([]);
const title = ref();
const handleSalesModelValue = (val) => ({
or: [
{ id: val },
{ name: val },
{ nickname: { like: '%' + val + '%' } },
{ code: { like: `${val}%` } },