fix: remove departmentCode
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-01-17 11:13:37 +00:00
parent 6b3c510057
commit 7994f3c791
1 changed files with 1 additions and 1 deletions

View File

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