fix: remove departmentCode
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
6b3c510057
commit
7994f3c791
|
@ -423,7 +423,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', 'shopping'],
|
departmentCodes: ['VT'],
|
||||||
}"
|
}"
|
||||||
:has-avatar="true"
|
:has-avatar="true"
|
||||||
:id-value="data.salesPersonFk"
|
:id-value="data.salesPersonFk"
|
||||||
|
|
Loading…
Reference in New Issue