Compare commits

..

No commits in common. "fix_customerList_departmentCode" and "dev" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ function handleLocation(data, location) {
:label="t('customer.summary.salesPerson')" :label="t('customer.summary.salesPerson')"
v-model="data.salesPersonFk" v-model="data.salesPersonFk"
:params="{ :params="{
departmentCodes: ['VT'], departmentCodes: ['VT', 'shopping'],
}" }"
:has-avatar="true" :has-avatar="true"
:id-value="data.salesPersonFk" :id-value="data.salesPersonFk"