fix: #6943 show nickname salesPerson #766

Merged
jsegarra merged 2 commits from warmfix_customerModule into test 2024-09-27 11:37:04 +00:00
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}%` } },